├── .gitignore ├── DAWD 01 - Pre-Course Setup.py ├── Includes ├── Classroom-Setup.py ├── Configure-Permissions.py ├── Print-Dataset-Copyrights.py ├── Reset.py ├── Workspace-Setup.py ├── _common.py └── _dataset_index.py ├── LICENSE ├── README.md ├── Version Info.py └── docs ├── favicon.ico ├── index.html ├── v0.1.0 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Databases-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Databases-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html └── index.html ├── v1.0.0 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-5-Demo-Basic-SQL-Opt-.html ├── DAWD-02-5-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL-Opt-.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico └── index.html ├── v1.1.0 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── index.html └── summit.html ├── v1.1.1 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── index.html └── summit.html ├── v1.1.2 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── index.html └── summit.html ├── v1.1.3 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── index.html └── summit.html ├── v1.1.4 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── index.html └── summit.html ├── v1.1.5 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── index.html └── summit.html ├── v1.1.6 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── half-day.html └── index.html ├── v1.2.0 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── half-day.html └── index.html ├── v1.2.1 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── half-day.html └── index.html ├── v1.2.10 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── half-day.html └── index.html ├── v1.2.11 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── half-day.html └── index.html ├── v1.2.2 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── half-day.html └── index.html ├── v1.2.3 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── half-day.html └── index.html ├── v1.2.4 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── half-day.html └── index.html ├── v1.2.5 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── half-day.html └── index.html ├── v1.2.6 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── half-day.html └── index.html ├── v1.2.7 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── half-day.html └── index.html ├── v1.2.8 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── half-day.html └── index.html └── v1.2.9 ├── DAWD-01-2-Demo-Navigating-Databricks-SQL.html ├── DAWD-01-4-Demo-Schemas-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-01-5-Lab-Tables-and-Views-on-Databricks-SQL.html ├── DAWD-02-2-Demo-Ingesting-Data.html ├── DAWD-02-3-Lab-Ingesting-Data.html ├── DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html ├── DAWD-02-5-2-Demo-Basic-SQL.html ├── DAWD-02-6-Lab-Basic-SQL.html ├── DAWD-03-2-Demo-Data-Visualizations-and-Dashboards.html ├── DAWD-03-3-Lab-Data-Visualizations-and-Dashboards.html ├── DAWD-03-4-Demo-Notifying-Stakeholders.html ├── DAWD-03-5-Lab-Notifying-Stakeholders.html ├── DAWD-03-6-Lab-Final-Lab-Assignment.html ├── favicon.ico ├── half-day.html └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | # Byte-compiled / optimized / DLL files 2 | __pycache__/ 3 | *.py[cod] 4 | *$py.class 5 | 6 | # C extensions 7 | *.so 8 | 9 | # Distribution / packaging 10 | .Python 11 | build/ 12 | develop-eggs/ 13 | dist/ 14 | downloads/ 15 | eggs/ 16 | .eggs/ 17 | lib/ 18 | lib64/ 19 | parts/ 20 | sdist/ 21 | var/ 22 | wheels/ 23 | pip-wheel-metadata/ 24 | share/python-wheels/ 25 | *.egg-info/ 26 | .installed.cfg 27 | *.egg 28 | MANIFEST 29 | 30 | # PyInstaller 31 | # Usually these files are written by a python script from a template 32 | # before PyInstaller builds the exe, so as to inject date/other infos into it. 33 | *.manifest 34 | *.spec 35 | 36 | # Installer logs 37 | pip-log.txt 38 | pip-delete-this-directory.txt 39 | 40 | # Unit test / coverage reports 41 | htmlcov/ 42 | .tox/ 43 | .nox/ 44 | .coverage 45 | .coverage.* 46 | .cache 47 | nosetests.xml 48 | coverage.xml 49 | *.cover 50 | *.py,cover 51 | .hypothesis/ 52 | .pytest_cache/ 53 | 54 | # Translations 55 | *.mo 56 | *.pot 57 | 58 | # Django stuff: 59 | *.log 60 | local_settings.py 61 | db.sqlite3 62 | db.sqlite3-journal 63 | 64 | # Flask stuff: 65 | instance/ 66 | .webassets-cache 67 | 68 | # Scrapy stuff: 69 | .scrapy 70 | 71 | # Sphinx documentation 72 | docs/_build/ 73 | 74 | # PyBuilder 75 | target/ 76 | 77 | # Jupyter Notebook 78 | .ipynb_checkpoints 79 | 80 | # IPython 81 | profile_default/ 82 | ipython_config.py 83 | 84 | # pyenv 85 | .python-version 86 | 87 | # pipenv 88 | # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. 89 | # However, in case of collaboration, if having platform-specific dependencies or dependencies 90 | # having no cross-platform support, pipenv may install dependencies that don't work, or not 91 | # install all needed dependencies. 92 | #Pipfile.lock 93 | 94 | # PEP 582; used by e.g. github.com/David-OConnor/pyflow 95 | __pypackages__/ 96 | 97 | # Celery stuff 98 | celerybeat-schedule 99 | celerybeat.pid 100 | 101 | # SageMath parsed files 102 | *.sage.py 103 | 104 | # Environments 105 | .env 106 | .venv 107 | env/ 108 | venv/ 109 | ENV/ 110 | env.bak/ 111 | venv.bak/ 112 | 113 | # Spyder project settings 114 | .spyderproject 115 | .spyproject 116 | 117 | # Rope project settings 118 | .ropeproject 119 | 120 | # mkdocs documentation 121 | /site 122 | 123 | # mypy 124 | .mypy_cache/ 125 | .dmypy.json 126 | dmypy.json 127 | 128 | # Pyre type checker 129 | .pyre/ 130 | -------------------------------------------------------------------------------- /DAWD 01 - Pre-Course Setup.py: -------------------------------------------------------------------------------- 1 | # Databricks notebook source 2 | # MAGIC %md-sandbox 3 | # MAGIC 4 | # MAGIC
5 | # MAGIC Databricks Learning 6 | # MAGIC
7 | 8 | # COMMAND ---------- 9 | 10 | # MAGIC %md 11 | # MAGIC # Workspace Setup 12 | # MAGIC 13 | # MAGIC To conform to Databricks Academy's standards for workspace configuration, this logic has been moved to the [Workspace-Setup]($./Includes/Workspace-Setup) notebook. 14 | 15 | # COMMAND ---------- 16 | 17 | # MAGIC %md-sandbox 18 | # MAGIC © 2023 Databricks, Inc. All rights reserved.
19 | # MAGIC Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
20 | # MAGIC
21 | # MAGIC Privacy Policy | Terms of Use | Support 22 | -------------------------------------------------------------------------------- /Includes/Classroom-Setup.py: -------------------------------------------------------------------------------- 1 | # Databricks notebook source 2 | # MAGIC %run ./_common 3 | 4 | # COMMAND ---------- 5 | 6 | @DBAcademyHelper.monkey_patch 7 | def create_user_databases(self, drop_existing=False): 8 | configure_for = WorkspaceHelper.CONFIGURE_FOR_CURRENT_USER_ONLY if DBAcademyHelper.is_smoke_test() else dbgems.get_parameter(WorkspaceHelper.PARAM_CONFIGURE_FOR) 9 | self.workspace.databases.create_databases(configure_for=configure_for, 10 | drop_existing=drop_existing, 11 | post_create=self.populate_database) 12 | 13 | # COMMAND ---------- 14 | 15 | @DBAcademyHelper.monkey_patch 16 | def drop_user_databases(self, drop_existing=False): 17 | configure_for = WorkspaceHelper.CONFIGURE_FOR_CURRENT_USER_ONLY if DBAcademyHelper.is_smoke_test() else dbgems.get_parameter(WorkspaceHelper.PARAM_CONFIGURE_FOR) 18 | self.workspace.databases.drop_databases(configure_for=configure_for) 19 | 20 | # COMMAND ---------- 21 | 22 | @DBAcademyHelper.monkey_patch 23 | def update_entitlements(self): 24 | group = self.client.scim.groups.get_by_name("users") 25 | self.client.scim.groups.add_entitlement(group.get("id"), "databricks-sql-access") 26 | 27 | 28 | # COMMAND ---------- 29 | 30 | @DBAcademyHelper.monkey_patch 31 | def setup_completed(self): 32 | print(f"\nSetup completed in {int(time.time())-setup_start} seconds") 33 | 34 | # COMMAND ---------- 35 | 36 | # The setup notebook will create databases and install datasets for us 37 | # so we don't need DBAcademyHelper.init() to do it for us here. 38 | workspace_setup = dbgems.get_notebook_name() == "Workspace-Setup" 39 | not_setup = not workspace_setup # just for readability 40 | 41 | lesson_config.name = None if workspace_setup else dbgems.clean_string(dbgems.get_notebook_name().split(" - ")[0]) 42 | lesson_config.create_schema = not_setup # Only create schema if this is not setup 43 | lesson_config.installing_datasets = not_setup # Only instal the datasets if this is not setup 44 | 45 | DA = DBAcademyHelper(course_config, lesson_config) 46 | 47 | if workspace_setup or dbgems.is_generating_docs(): 48 | # When running the setup notebooks or when generating docs we 49 | # don't need to call these lesson-specific commands, just init() 50 | DA.init() 51 | else: 52 | # In all other cases, configure as-if a lesson 53 | DA.reset_lesson() 54 | DA.init() 55 | DA.populate_database(DA.username, DA.schema_name, verbose=True) 56 | 57 | DA.publisher = Publisher(DA) 58 | DA.conclude_setup() 59 | 60 | -------------------------------------------------------------------------------- /Includes/Configure-Permissions.py: -------------------------------------------------------------------------------- 1 | # Databricks notebook source 2 | # MAGIC %run ./_common 3 | 4 | # COMMAND ---------- 5 | 6 | # Clone the course_config with one minor change. 7 | course_config = CourseConfig(course_code = course_config.course_code, 8 | course_name = course_config.course_name, 9 | data_source_name = course_config.data_source_name, 10 | data_source_version = course_config.data_source_version, 11 | install_min_time = course_config.install_min_time, 12 | install_max_time = course_config.install_max_time, 13 | remote_files = course_config.remote_files, 14 | supported_dbrs = ["10.4.x-scala2.12"], 15 | expected_dbrs = "10.4.x-scala2.12") 16 | 17 | lesson_config.create_schema = False 18 | lesson_config.installing_datasets = False 19 | 20 | DA = DBAcademyHelper(course_config, lesson_config) 21 | 22 | # COMMAND ---------- 23 | 24 | @DBAcademyHelper.monkey_patch 25 | def update_user_grants(self, username: str): 26 | schema_name = self.to_schema_name(username=username, course_code=self.course_config.course_code, lesson_name=None) 27 | 28 | if spark.sql("SHOW DATABASES").filter(f"databaseName = '{schema_name}'").count() == 1: 29 | spark.sql(f"GRANT ALL PRIVILEGES ON DATABASE `{schema_name}` TO `{username}`") 30 | spark.sql(f"GRANT ALL PRIVILEGES ON ANY FILE TO `{username}`") 31 | spark.sql(f"ALTER DATABASE {schema_name} OWNER TO `{username}`") 32 | 33 | # COMMAND ---------- 34 | 35 | from dbacademy.dbhelper.workspace_helper_class import WorkspaceHelper 36 | 37 | configure_for = WorkspaceHelper.CONFIGURE_FOR_CURRENT_USER_ONLY if DBAcademyHelper.is_smoke_test() else WorkspaceHelper.CONFIGURE_FOR_ALL_USERS 38 | print(f"Configuring for \"{configure_for}\"") 39 | 40 | usernames = DA.workspace.get_usernames(configure_for) 41 | WorkspaceHelper.do_for_all_users(usernames, DA.update_user_grants) 42 | 43 | -------------------------------------------------------------------------------- /Includes/Print-Dataset-Copyrights.py: -------------------------------------------------------------------------------- 1 | # Databricks notebook source 2 | # MAGIC %run ./_common 3 | 4 | # COMMAND ---------- 5 | 6 | lesson_config = LessonConfig(name = None, # Lesson name feature not needed here. 7 | create_schema = False, # Only create schema if this is not setup 8 | create_catalog = False, # Not a UC course 9 | requires_uc = False, # Not a UC course 10 | installing_datasets = True, # Only instal the datasets if this is not setup 11 | enable_streaming_support = False, # This course doesn't use streaming 12 | enable_ml_support = False) # This course doesn't require ML support 13 | 14 | DA = DBAcademyHelper(course_config=course_config, 15 | lesson_config=lesson_config) 16 | DA.reset_lesson() 17 | DA.init() 18 | DA.conclude_setup() 19 | 20 | # COMMAND ---------- 21 | 22 | DA.print_copyrights() 23 | 24 | -------------------------------------------------------------------------------- /Includes/Reset.py: -------------------------------------------------------------------------------- 1 | # Databricks notebook source 2 | # MAGIC %md-sandbox 3 | # MAGIC 4 | # MAGIC
5 | # MAGIC Databricks Learning 6 | # MAGIC
7 | 8 | # COMMAND ---------- 9 | 10 | # MAGIC %md 11 | # MAGIC Resets the environment removing any directories and or tables created during course execution 12 | 13 | # COMMAND ---------- 14 | 15 | # MAGIC %run ./_common 16 | 17 | # COMMAND ---------- 18 | 19 | lesson_config.create_schema = False 20 | lesson_config.installing_datasets = False 21 | 22 | DA = DBAcademyHelper(course_config, lesson_config) 23 | DA.reset_learning_environment() 24 | 25 | # COMMAND ---------- 26 | 27 | # MAGIC %md-sandbox 28 | # MAGIC © 2023 Databricks, Inc. All rights reserved.
29 | # MAGIC Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
30 | # MAGIC
31 | # MAGIC Privacy Policy | Terms of Use | Support 32 | -------------------------------------------------------------------------------- /Includes/Workspace-Setup.py: -------------------------------------------------------------------------------- 1 | # Databricks notebook source 2 | # MAGIC %md-sandbox 3 | # MAGIC 4 | # MAGIC
5 | # MAGIC Databricks Learning 6 | # MAGIC
7 | 8 | # COMMAND ---------- 9 | 10 | # MAGIC %md 11 | # MAGIC # Workspace Setup 12 | # MAGIC 13 | # MAGIC Run this notebook before class to ensure all assets are ready. 14 | # MAGIC 15 | # MAGIC The steps include: 16 | # MAGIC 1. Configure User Permissions 17 | # MAGIC 2. Install the Datasets to the Workspace 18 | # MAGIC 3. Create SQL Warehouse 19 | # MAGIC 4. Create User-Specific Databases 20 | # MAGIC 5. Update User-Specific Grants 21 | # MAGIC 22 | # MAGIC The execution duration of this notebook can vary between 5 and 15 minutes depending on region, vm availability and other uncontrollable factors. 23 | 24 | # COMMAND ---------- 25 | 26 | # MAGIC %run ./Classroom-Setup 27 | 28 | # COMMAND ---------- 29 | 30 | from dbacademy.dbhelper import WorkspaceHelper 31 | 32 | # Setup the widgets to collect required parameters. 33 | dbutils.widgets.dropdown(WorkspaceHelper.PARAM_CONFIGURE_FOR, "", 34 | WorkspaceHelper.CONFIGURE_FOR_OPTIONS, "Configure Workspace For") 35 | 36 | # lab_id is the name assigned to this event/class or alternatively its class number 37 | dbutils.widgets.text(WorkspaceHelper.PARAM_LAB_ID, "", "Lab/Class ID") 38 | 39 | # a general purpose description of the class 40 | dbutils.widgets.text(WorkspaceHelper.PARAM_DESCRIPTION, "", "Description") 41 | 42 | # COMMAND ---------- 43 | 44 | # MAGIC %md ## Setup Steps 45 | # MAGIC The following steps document how to configure the workspace for this class. 46 | # MAGIC 47 | # MAGIC This includes adjusting permissions, installing datasets, creating SQL Warehouses and user-specific databases. 48 | 49 | # COMMAND ---------- 50 | 51 | # MAGIC %md 52 | # MAGIC ### Step 1: Configure User Entitlements 53 | # MAGIC 54 | # MAGIC This task simply adds the "**databricks-sql-access**" entitlement to the "**users**" group ensuring that they can access the Databricks SQL view. 55 | # MAGIC 56 | # MAGIC To complete this step, simply run the following command. 57 | # MAGIC 58 | # MAGIC Consider manually removing access to the **Data Science & Engineering** view to prevent students from opening the wrong view. 59 | # MAGIC This can be done by removing the **Workspace access** entitlement for the **users** group in the **Admin Console**. 60 | 61 | # COMMAND ---------- 62 | 63 | DA.update_entitlements() 64 | 65 | # COMMAND ---------- 66 | 67 | # MAGIC %md 68 | # MAGIC ### Step 2: Install the Datasets to the Workspace 69 | # MAGIC This task will copy data from our data repository into the workspace, creating a local copy that all students will share. 70 | # MAGIC 71 | # MAGIC This will be "installed" to **/mnt/dbacademy-datasets/data-analysis-with-databricks/v02**. 72 | # MAGIC 73 | # MAGIC To complete this step, simply run the following command. 74 | # MAGIC 75 | # MAGIC Set `reinstall=True` to force deletion and reinstallation of the datasets for this one course. 76 | 77 | # COMMAND ---------- 78 | 79 | DA.install_datasets(reinstall_datasets=False) 80 | 81 | # COMMAND ---------- 82 | 83 | # MAGIC %md 84 | # MAGIC ### Step 3: Create SQL Warehouse 85 | # MAGIC This task will create one SQL Warehouse for the whole class named **`Starter Warehouse`** 86 | # MAGIC 87 | # MAGIC Upon completion the warehouse will be "**Running**". 88 | # MAGIC 89 | # MAGIC To complete this step, simply run the following command. 90 | # MAGIC 91 | # MAGIC If the warehouse is created hours-to-days before a class, all warehouses should be stopped so as not to consume unnecissary charges between the point of creation and first usage by students. 92 | # MAGIC 93 | # MAGIC If the warehouse already exists but is not started, it **will** be updated but those changes may not appear until started - the instructor will be reponsible for starting the warehouse. 94 | 95 | # COMMAND ---------- 96 | 97 | from dbacademy.dbhelper.warehouses_helper_class import WarehousesHelper 98 | DA.workspace.warehouses.create_shared_sql_warehouse(name=WarehousesHelper.WAREHOUSES_DEFAULT_NAME) 99 | 100 | # COMMAND ---------- 101 | 102 | # MAGIC %md 103 | # MAGIC ### Step 4: Create User-Specific Databases 104 | # MAGIC 105 | # MAGIC This tasks will create one database per user and corresponding tables from the datasets installed to **/mnt/dbacademy-datasets/data-analysis-with-databricks/v02**. 106 | # MAGIC 107 | # MAGIC Run the following cell to create each database with the prescribed tables. 108 | 109 | # COMMAND ---------- 110 | 111 | DA.create_user_databases(drop_existing=False) 112 | 113 | # COMMAND ---------- 114 | 115 | # MAGIC %md ### Step 5: Update User-Specific Grants 116 | # MAGIC 117 | # MAGIC Grant each user access to their personal databases. 118 | # MAGIC 119 | # MAGIC This requires creating a job using an HA cluster to update user permissions. 120 | # MAGIC 121 | # MAGIC For reference, this job runs the notebook [Configure-Permissions]($./Configure-Permissions) 122 | # MAGIC 123 | # MAGIC To complete this step, simply run the following command. 124 | 125 | # COMMAND ---------- 126 | 127 | from dbacademy.dbhelper.databases_helper_class import DatabasesHelper 128 | 129 | # Ensures that all users can create databases on the current catalog 130 | # for cases wherein the user/student is not an admin. 131 | job_id = DatabasesHelper.configure_permissions(DA.client, "Configure-Permissions", "10.4.x-scala2.12") 132 | DA.client.jobs().delete_by_id(job_id) 133 | 134 | # COMMAND ---------- 135 | 136 | DA.setup_completed() 137 | 138 | # COMMAND ---------- 139 | 140 | # MAGIC %md-sandbox 141 | # MAGIC © 2023 Databricks, Inc. All rights reserved.
142 | # MAGIC Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
143 | # MAGIC
144 | # MAGIC Privacy Policy | Terms of Use | Support 145 | -------------------------------------------------------------------------------- /Includes/_dataset_index.py: -------------------------------------------------------------------------------- 1 | # Databricks notebook source 2 | remote_files = ["/flights/", "/flights/README.md", "/flights/airport-codes-na.txt", "/flights/departuredelays.csv", "/flights/departuredelays_delta/", "/flights/departuredelays_delta/_delta_log/", "/flights/departuredelays_delta/_delta_log/.s3-optimization-0", "/flights/departuredelays_delta/_delta_log/.s3-optimization-1", "/flights/departuredelays_delta/_delta_log/.s3-optimization-2", "/flights/departuredelays_delta/_delta_log/00000000000000000000.crc", "/flights/departuredelays_delta/_delta_log/00000000000000000000.json", "/flights/departuredelays_delta/_delta_log/__tmp_path_dir/", "/flights/departuredelays_delta/part-00000-1711705c-6832-4144-901b-92c010e90698-c000.snappy.parquet", "/gym_logs/", "/gym_logs/README.md", "/gym_logs/gym_logs_delta/", "/gym_logs/gym_logs_delta/_delta_log/", "/gym_logs/gym_logs_delta/_delta_log/.s3-optimization-0", "/gym_logs/gym_logs_delta/_delta_log/.s3-optimization-1", "/gym_logs/gym_logs_delta/_delta_log/.s3-optimization-2", "/gym_logs/gym_logs_delta/_delta_log/00000000000000000000.crc", "/gym_logs/gym_logs_delta/_delta_log/00000000000000000000.json", "/gym_logs/gym_logs_delta/_delta_log/__tmp_path_dir/", "/gym_logs/gym_logs_delta/part-00000-47b02bee-65c5-4f29-a4e5-66bb67c21fee-c000.snappy.parquet", "/gym_logs/gym_logs_json/", "/gym_logs/gym_logs_json/20191201_1.json", "/gym_logs/gym_logs_json/20191201_2.json", "/gym_logs/gym_logs_json/20191201_3.json", "/gym_logs/gym_logs_json/20191201_4.json", "/gym_logs/gym_logs_json/20191201_5.json", "/gym_logs/gym_logs_json/20191201_6.json", "/gym_logs/gym_logs_json/20191202_2.json", "/gym_logs/gym_logs_json/20191202_3.json", "/gym_logs/gym_logs_json/20191202_4.json", "/gym_logs/gym_logs_json/20191202_5.json", "/gym_logs/gym_logs_json/20191202_6.json", "/gym_logs/gym_logs_json/20191203_1.json", "/gym_logs/gym_logs_json/20191203_2.json", "/gym_logs/gym_logs_json/20191203_3.json", "/gym_logs/gym_logs_json/20191203_4.json", "/gym_logs/gym_logs_json/20191203_5.json", "/gym_logs/gym_logs_json/20191203_6.json", "/gym_logs/gym_logs_json/20191204_1.json", "/gym_logs/gym_logs_json/20191204_2.json", "/gym_logs/gym_logs_json/20191204_3.json", "/gym_logs/gym_logs_json/20191204_4.json", "/gym_logs/gym_logs_json/20191204_5.json", "/gym_logs/gym_logs_json/20191205_2.json", "/gym_logs/gym_logs_json/20191205_3.json", "/gym_logs/gym_logs_json/20191205_4.json", "/gym_logs/gym_logs_json/20191205_5.json", "/gym_logs/gym_logs_json/20191206_1.json", "/gym_logs/gym_logs_json/20191206_2.json", "/gym_logs/gym_logs_json/20191206_3.json", "/gym_logs/gym_logs_json/20191206_4.json", "/gym_logs/gym_logs_json/20191206_5.json", "/gym_logs/gym_logs_json/20191207_1.json", "/gym_logs/gym_logs_json/20191207_2.json", "/gym_logs/gym_logs_json/20191207_3.json", "/gym_logs/gym_logs_json/20191207_4.json", "/gym_logs/gym_logs_json/20191207_5.json", "/gym_logs/gym_logs_json/20191208_1.json", "/gym_logs/gym_logs_json/20191208_2.json", "/gym_logs/gym_logs_json/20191208_3.json", "/gym_logs/gym_logs_json/20191208_4.json", "/gym_logs/gym_logs_json/20191208_5.json", "/gym_logs/gym_logs_json/20191208_6.json", "/gym_logs/gym_logs_json/20191209_2.json", "/gym_logs/gym_logs_json/20191209_3.json", "/gym_logs/gym_logs_json/20191209_4.json", "/gym_logs/gym_logs_json/20191209_5.json", "/gym_logs/gym_logs_json/20191209_6.json", "/gym_logs/gym_logs_json/20191210_1.json", "/gym_logs/gym_logs_json/20191210_2.json", "/gym_logs/gym_logs_json/20191210_3.json", "/gym_logs/gym_logs_json/20191210_4.json", "/gym_logs/gym_logs_json/20191210_5.json", "/gym_logs/gym_logs_json/20191210_6.json", "/gym_logs/gym_logs_json/20191211_1.json", "/gym_logs/gym_logs_json/20191211_2.json", "/gym_logs/gym_logs_json/20191211_3.json", "/gym_logs/gym_logs_json/20191211_4.json", "/gym_logs/gym_logs_json/20191211_5.json", "/gym_logs/gym_logs_json/20191211_6.json", "/gym_logs/gym_logs_json/20191212_2.json", "/gym_logs/gym_logs_json/20191212_3.json", "/gym_logs/gym_logs_json/20191212_4.json", "/gym_logs/gym_logs_json/20191212_5.json", "/gym_logs/gym_logs_json/20191213_1.json", "/gym_logs/gym_logs_json/20191213_2.json", "/gym_logs/gym_logs_json/20191213_3.json", "/gym_logs/gym_logs_json/20191213_4.json", "/gym_logs/gym_logs_json/20191213_5.json", "/gym_logs/gym_logs_json/20191213_6.json", "/gym_logs/gym_logs_json/20191214_1.json", "/gym_logs/gym_logs_json/20191214_2.json", "/gym_logs/gym_logs_json/20191214_3.json", "/gym_logs/gym_logs_json/20191214_4.json", "/gym_logs/gym_logs_json/20191214_5.json", "/gym_logs/gym_logs_json/20191215_1.json", "/gym_logs/gym_logs_json/20191215_2.json", "/gym_logs/gym_logs_json/20191215_3.json", "/gym_logs/gym_logs_json/20191215_4.json", "/gym_logs/gym_logs_json/20191215_5.json", "/gym_logs/gym_logs_json/20191215_6.json", "/gym_logs/gym_logs_json/20191216_2.json", "/gym_logs/gym_logs_json/20191216_3.json", "/gym_logs/gym_logs_json/20191216_4.json", "/gym_logs/gym_logs_json/20191216_5.json", "/gym_logs/gym_logs_json/20191216_6.json", "/gym_logs/gym_logs_small_delta/", "/gym_logs/gym_logs_small_delta/_delta_log/", "/gym_logs/gym_logs_small_delta/_delta_log/.s3-optimization-0", "/gym_logs/gym_logs_small_delta/_delta_log/.s3-optimization-1", "/gym_logs/gym_logs_small_delta/_delta_log/.s3-optimization-2", "/gym_logs/gym_logs_small_delta/_delta_log/00000000000000000000.crc", "/gym_logs/gym_logs_small_delta/_delta_log/00000000000000000000.json", "/gym_logs/gym_logs_small_delta/_delta_log/__tmp_path_dir/", "/gym_logs/gym_logs_small_delta/part-00000-5fc93688-248f-47ca-8831-67d4e9114eaa-c000.snappy.parquet", "/retail-org/", "/retail-org/README.md", "/retail-org/customers/", "/retail-org/customers/customers.csv", "/retail-org/customers/customers_delta/", "/retail-org/customers/customers_delta/_delta_log/", "/retail-org/customers/customers_delta/_delta_log/.s3-optimization-0", "/retail-org/customers/customers_delta/_delta_log/.s3-optimization-1", "/retail-org/customers/customers_delta/_delta_log/.s3-optimization-2", "/retail-org/customers/customers_delta/_delta_log/00000000000000000000.crc", "/retail-org/customers/customers_delta/_delta_log/00000000000000000000.json", "/retail-org/customers/customers_delta/_delta_log/__tmp_path_dir/", "/retail-org/customers/customers_delta/part-00000-e9a23595-78af-48f4-b92d-644407ce972f-c000.snappy.parquet", "/retail-org/loyalty_segments/", "/retail-org/loyalty_segments/loyalty_segment.csv", "/retail-org/loyalty_segments/loyalty_segment_delta/", "/retail-org/loyalty_segments/loyalty_segment_delta/_delta_log/", "/retail-org/loyalty_segments/loyalty_segment_delta/_delta_log/.s3-optimization-0", "/retail-org/loyalty_segments/loyalty_segment_delta/_delta_log/.s3-optimization-1", "/retail-org/loyalty_segments/loyalty_segment_delta/_delta_log/.s3-optimization-2", "/retail-org/loyalty_segments/loyalty_segment_delta/_delta_log/00000000000000000000.crc", "/retail-org/loyalty_segments/loyalty_segment_delta/_delta_log/00000000000000000000.json", "/retail-org/loyalty_segments/loyalty_segment_delta/_delta_log/__tmp_path_dir/", "/retail-org/loyalty_segments/loyalty_segment_delta/part-00000-16a54acb-9e33-4ac1-a103-1f10ec920f19-c000.snappy.parquet", "/retail-org/promo_prices/", "/retail-org/promo_prices/promo_prices_delta/", "/retail-org/promo_prices/promo_prices_delta/_delta_log/", "/retail-org/promo_prices/promo_prices_delta/_delta_log/.s3-optimization-0", "/retail-org/promo_prices/promo_prices_delta/_delta_log/.s3-optimization-1", "/retail-org/promo_prices/promo_prices_delta/_delta_log/.s3-optimization-2", "/retail-org/promo_prices/promo_prices_delta/_delta_log/00000000000000000000.crc", "/retail-org/promo_prices/promo_prices_delta/_delta_log/00000000000000000000.json", "/retail-org/promo_prices/promo_prices_delta/part-00000-5fa6c8e3-9eee-428f-ab1b-12d15b445985-c000.snappy.parquet", "/retail-org/sales/", "/retail-org/sales/sales_delta/", "/retail-org/sales/sales_delta/_delta_log/", "/retail-org/sales/sales_delta/_delta_log/.s3-optimization-0", "/retail-org/sales/sales_delta/_delta_log/.s3-optimization-1", "/retail-org/sales/sales_delta/_delta_log/.s3-optimization-2", "/retail-org/sales/sales_delta/_delta_log/00000000000000000000.crc", "/retail-org/sales/sales_delta/_delta_log/00000000000000000000.json", "/retail-org/sales/sales_delta/part-00000-0defb1b8-fa7f-4fdb-a3ae-2c89ee9bb1bb-c000.snappy.parquet", "/retail-org/sales_orders/", "/retail-org/sales_orders/sales_orders_delta/", "/retail-org/sales_orders/sales_orders_delta/_delta_log/", "/retail-org/sales_orders/sales_orders_delta/_delta_log/.s3-optimization-0", "/retail-org/sales_orders/sales_orders_delta/_delta_log/.s3-optimization-1", "/retail-org/sales_orders/sales_orders_delta/_delta_log/.s3-optimization-2", "/retail-org/sales_orders/sales_orders_delta/_delta_log/00000000000000000000.crc", "/retail-org/sales_orders/sales_orders_delta/_delta_log/00000000000000000000.json", "/retail-org/sales_orders/sales_orders_delta/_delta_log/__tmp_path_dir/", "/retail-org/sales_orders/sales_orders_delta/part-00000-8c41b363-3088-474d-8c47-3a1304de8986-c000.snappy.parquet", "/retail-org/sales_orders/sales_orders_json/", "/retail-org/sales_orders/sales_orders_json/_SUCCESS", "/retail-org/sales_orders/sales_orders_json/_committed_1771549084454148016", "/retail-org/sales_orders/sales_orders_json/_started_1771549084454148016", "/retail-org/sales_orders/sales_orders_json/part-00000-tid-1771549084454148016-e2275afd-a5bb-40ed-b044-1774c0fdab2b-105592-1-c000.json", "/retail-org/sales_stream/", "/retail-org/sales_stream/sales_stream_delta/", "/retail-org/sales_stream/sales_stream_delta/_delta_log/", "/retail-org/sales_stream/sales_stream_delta/_delta_log/.s3-optimization-0", "/retail-org/sales_stream/sales_stream_delta/_delta_log/.s3-optimization-1", "/retail-org/sales_stream/sales_stream_delta/_delta_log/.s3-optimization-2", "/retail-org/sales_stream/sales_stream_delta/_delta_log/00000000000000000000.crc", "/retail-org/sales_stream/sales_stream_delta/_delta_log/00000000000000000000.json", "/retail-org/sales_stream/sales_stream_delta/_delta_log/__tmp_path_dir/", "/retail-org/sales_stream/sales_stream_delta/part-00000-fa3faf59-1a37-4891-a97b-4da629b32cd1-c000.snappy.parquet", "/retail-org/sales_stream/sales_stream_json/", "/retail-org/sales_stream/sales_stream_json/12-00.json", "/retail-org/sales_stream/sales_stream_json/12-05.json", "/retail-org/sales_stream/sales_stream_json/12-10.json", "/retail-org/sales_stream/sales_stream_json/12-15.json", "/retail-org/sales_stream/sales_stream_json/12-25.json", "/retail-org/sales_stream/sales_stream_json/12-35.json", "/retail-org/sales_stream/sales_stream_json/12-40.json", "/retail-org/sales_stream/sales_stream_json/12-45.json", "/retail-org/sales_stream/sales_stream_json/13-00.json", "/retail-org/sales_stream/sales_stream_json/13-15.json", "/retail-org/sales_stream/sales_stream_json/13-20.json", "/retail-org/sales_stream/sales_stream_json/13-25.json", "/retail-org/sales_stream/sales_stream_json/13-30.json", "/retail-org/sales_stream/sales_stream_json/13-35.json", "/retail-org/sales_stream/sales_stream_json/13-40.json", "/retail-org/sales_stream/sales_stream_json/13-50.json", "/retail-org/sales_stream/sales_stream_json/13-55.json", "/retail-org/sales_stream/sales_stream_json/14-00.json", "/retail-org/sales_stream/sales_stream_json/14-05.json", "/retail-org/sales_stream/sales_stream_json/14-15.json", "/retail-org/sales_stream/sales_stream_json/14-25.json", "/retail-org/sales_stream/sales_stream_json/14-30.json", "/retail-org/sales_stream/sales_stream_json/14-35.json", "/retail-org/sales_stream/sales_stream_json/14-40.json", "/retail-org/sales_stream/sales_stream_json/14-45.json", "/retail-org/sales_stream/sales_stream_json/14-55.json", "/retail-org/sales_stream/sales_stream_json/15-00.json", "/retail-org/sales_stream/sales_stream_json/15-05.json", "/retail-org/sales_stream/sales_stream_json/15-10.json", "/retail-org/sales_stream/sales_stream_json/15-25.json", "/retail-org/sales_stream/sales_stream_json/15-30.json", "/retail-org/sales_stream/sales_stream_json/15-35.json", "/retail-org/sales_stream/sales_stream_json/15-45.json", "/retail-org/sales_stream/sales_stream_json/15-55.json", "/retail-org/sales_stream/sales_stream_json/16-00.json", "/retail-org/sales_stream/sales_stream_json/16-05.json", "/retail-org/sales_stream/sales_stream_json/16-10.json", "/retail-org/sales_stream/sales_stream_json/16-15.json", "/retail-org/sales_stream/sales_stream_json/16-20.json", "/retail-org/sales_stream/sales_stream_json/16-25.json", "/retail-org/sales_stream/sales_stream_json/16-30.json", "/retail-org/sales_stream/sales_stream_json/16-35.json", "/retail-org/sales_stream/sales_stream_json/16-40.json", "/retail-org/sales_stream/sales_stream_json/16-50.json", "/retail-org/sales_stream/sales_stream_json/16-55.json", "/retail-org/suppliers/", "/retail-org/suppliers/suppliers.csv", "/retail-org/suppliers/suppliers_delta/", "/retail-org/suppliers/suppliers_delta/_delta_log/", "/retail-org/suppliers/suppliers_delta/_delta_log/.s3-optimization-0", "/retail-org/suppliers/suppliers_delta/_delta_log/.s3-optimization-1", "/retail-org/suppliers/suppliers_delta/_delta_log/.s3-optimization-2", "/retail-org/suppliers/suppliers_delta/_delta_log/00000000000000000000.crc", "/retail-org/suppliers/suppliers_delta/_delta_log/00000000000000000000.json", "/retail-org/suppliers/suppliers_delta/_delta_log/__tmp_path_dir/", "/retail-org/suppliers/suppliers_delta/part-00000-ddeaebc4-c6b1-4810-a2b1-147608a14c30-c000.snappy.parquet", "/web_events/", "/web_events/README.md", "/web_events/web_events.csv", "/web_events/web_events_delta/", "/web_events/web_events_delta/_delta_log/", "/web_events/web_events_delta/_delta_log/.s3-optimization-0", "/web_events/web_events_delta/_delta_log/.s3-optimization-1", "/web_events/web_events_delta/_delta_log/.s3-optimization-2", "/web_events/web_events_delta/_delta_log/00000000000000000000.crc", "/web_events/web_events_delta/_delta_log/00000000000000000000.json", "/web_events/web_events_delta/_delta_log/__tmp_path_dir/", "/web_events/web_events_delta/part-00000-766bec86-89e0-4819-9645-aed3b0a7e78b-c000.snappy.parquet"] 3 | 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | CC0 1.0 Universal 4 | 5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 6 | LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN 7 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 8 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 9 | REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS 10 | PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM 11 | THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED 12 | HEREUNDER. 13 | 14 | Statement of Purpose 15 | 16 | The laws of most jurisdictions throughout the world automatically confer 17 | exclusive Copyright and Related Rights (defined below) upon the creator 18 | and subsequent owner(s) (each and all, an "owner") of an original work of 19 | authorship and/or a database (each, a "Work"). 20 | 21 | Certain owners wish to permanently relinquish those rights to a Work for 22 | the purpose of contributing to a commons of creative, cultural and 23 | scientific works ("Commons") that the public can reliably and without fear 24 | of later claims of infringement build upon, modify, incorporate in other 25 | works, reuse and redistribute as freely as possible in any form whatsoever 26 | and for any purposes, including without limitation commercial purposes. 27 | These owners may contribute to the Commons to promote the ideal of a free 28 | culture and the further production of creative, cultural and scientific 29 | works, or to gain reputation or greater distribution for their Work in 30 | part through the use and efforts of others. 31 | 32 | For these and/or other purposes and motivations, and without any 33 | expectation of additional consideration or compensation, the person 34 | associating CC0 with a Work (the "Affirmer"), to the extent that he or she 35 | is an owner of Copyright and Related Rights in the Work, voluntarily 36 | elects to apply CC0 to the Work and publicly distribute the Work under its 37 | terms, with knowledge of his or her Copyright and Related Rights in the 38 | Work and the meaning and intended legal effect of CC0 on those rights. 39 | 40 | 1. Copyright and Related Rights. A Work made available under CC0 may be 41 | protected by copyright and related or neighboring rights ("Copyright and 42 | Related Rights"). Copyright and Related Rights include, but are not 43 | limited to, the following: 44 | 45 | i. the right to reproduce, adapt, distribute, perform, display, 46 | communicate, and translate a Work; 47 | ii. moral rights retained by the original author(s) and/or performer(s); 48 | iii. publicity and privacy rights pertaining to a person's image or 49 | likeness depicted in a Work; 50 | iv. rights protecting against unfair competition in regards to a Work, 51 | subject to the limitations in paragraph 4(a), below; 52 | v. rights protecting the extraction, dissemination, use and reuse of data 53 | in a Work; 54 | vi. database rights (such as those arising under Directive 96/9/EC of the 55 | European Parliament and of the Council of 11 March 1996 on the legal 56 | protection of databases, and under any national implementation 57 | thereof, including any amended or successor version of such 58 | directive); and 59 | vii. other similar, equivalent or corresponding rights throughout the 60 | world based on applicable law or treaty, and any national 61 | implementations thereof. 62 | 63 | 2. Waiver. To the greatest extent permitted by, but not in contravention 64 | of, applicable law, Affirmer hereby overtly, fully, permanently, 65 | irrevocably and unconditionally waives, abandons, and surrenders all of 66 | Affirmer's Copyright and Related Rights and associated claims and causes 67 | of action, whether now known or unknown (including existing as well as 68 | future claims and causes of action), in the Work (i) in all territories 69 | worldwide, (ii) for the maximum duration provided by applicable law or 70 | treaty (including future time extensions), (iii) in any current or future 71 | medium and for any number of copies, and (iv) for any purpose whatsoever, 72 | including without limitation commercial, advertising or promotional 73 | purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each 74 | member of the public at large and to the detriment of Affirmer's heirs and 75 | successors, fully intending that such Waiver shall not be subject to 76 | revocation, rescission, cancellation, termination, or any other legal or 77 | equitable action to disrupt the quiet enjoyment of the Work by the public 78 | as contemplated by Affirmer's express Statement of Purpose. 79 | 80 | 3. Public License Fallback. Should any part of the Waiver for any reason 81 | be judged legally invalid or ineffective under applicable law, then the 82 | Waiver shall be preserved to the maximum extent permitted taking into 83 | account Affirmer's express Statement of Purpose. In addition, to the 84 | extent the Waiver is so judged Affirmer hereby grants to each affected 85 | person a royalty-free, non transferable, non sublicensable, non exclusive, 86 | irrevocable and unconditional license to exercise Affirmer's Copyright and 87 | Related Rights in the Work (i) in all territories worldwide, (ii) for the 88 | maximum duration provided by applicable law or treaty (including future 89 | time extensions), (iii) in any current or future medium and for any number 90 | of copies, and (iv) for any purpose whatsoever, including without 91 | limitation commercial, advertising or promotional purposes (the 92 | "License"). The License shall be deemed effective as of the date CC0 was 93 | applied by Affirmer to the Work. Should any part of the License for any 94 | reason be judged legally invalid or ineffective under applicable law, such 95 | partial invalidity or ineffectiveness shall not invalidate the remainder 96 | of the License, and in such case Affirmer hereby affirms that he or she 97 | will not (i) exercise any of his or her remaining Copyright and Related 98 | Rights in the Work or (ii) assert any associated claims and causes of 99 | action with respect to the Work, in either case contrary to Affirmer's 100 | express Statement of Purpose. 101 | 102 | 4. Limitations and Disclaimers. 103 | 104 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 105 | surrendered, licensed or otherwise affected by this document. 106 | b. Affirmer offers the Work as-is and makes no representations or 107 | warranties of any kind concerning the Work, express, implied, 108 | statutory or otherwise, including without limitation warranties of 109 | title, merchantability, fitness for a particular purpose, non 110 | infringement, or the absence of latent or other defects, accuracy, or 111 | the present or absence of errors, whether or not discoverable, all to 112 | the greatest extent permissible under applicable law. 113 | c. Affirmer disclaims responsibility for clearing rights of other persons 114 | that may apply to the Work or any use thereof, including without 115 | limitation any person's Copyright and Related Rights in the Work. 116 | Further, Affirmer disclaims responsibility for obtaining any necessary 117 | consents, permissions or other rights required for any use of the 118 | Work. 119 | d. Affirmer understands and acknowledges that Creative Commons is not a 120 | party to this document and has no duty or obligation with respect to 121 | this CC0 or use of the Work. 122 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Data Analysis with Databricks 2 | This repository contains the resources students need to follow along with the instructor teaching this course, in addition to the various labs and their solutions. 3 | 4 | There are two ways to get started (with and w/o Databricks Repos). Your instructor will indicate which procedure you should use and when. 5 | 6 | For your convenience, both procedures are documented for you at 7 | https://www.databricks.training/step-by-step/importing-courseware-from-github.
8 | -------------------------------------------------------------------------------- /Version Info.py: -------------------------------------------------------------------------------- 1 | # Databricks notebook source 2 | # MAGIC %md-sandbox 3 | # MAGIC 4 | # MAGIC
5 | # MAGIC Databricks Learning 6 | # MAGIC
7 | 8 | # COMMAND ---------- 9 | 10 | # MAGIC %md # Project Information 11 | # MAGIC 12 | # MAGIC * Name: **Data Analysis with Databricks** 13 | # MAGIC * Version: **1.2.11** 14 | # MAGIC * Built On: **Jan 20, 2023 at 21:40:40 UTC** 15 | 16 | # COMMAND ---------- 17 | 18 | # MAGIC %md ## Trouble Shooting 19 | # MAGIC The following section provides general information about troubleshooting courseware produced by Databricks Academy. Each section correlates to a specific error message that an end-user may receive with direct links to more advanced content. 20 | 21 | # COMMAND ---------- 22 | 23 | # MAGIC %md ### Admin Required 24 | # MAGIC 25 | # MAGIC Databricks Academy often requires the student to have admin privileges in a workspace to effect changes. In some cases, this is a byproduct of working through the courseware. However, in many cases, this is to configure the environment for users that would otherwise not require admin privileges. 26 | # MAGIC 27 | # MAGIC For more current information, please Troubleshooting Admin Requirements 28 | 29 | # COMMAND ---------- 30 | 31 | # MAGIC %md ### Workspace Not Configured 32 | # MAGIC 33 | # MAGIC Some of the content produced by Databricks Academy requires configuration (or re-configuration) of the workspace and its assets. This configuration includes complete tasks like creating cluster policies, cluster pools, granting specific user permissions, and other such tasks. 34 | # MAGIC 35 | # MAGIC This error generally indicates that the notebook [Workspace-Setup]($./Includes/Workspace-Setup) was not executed. 36 | # MAGIC 37 | # MAGIC For more current information, please Troubleshooting Workspace Setup 38 | 39 | # COMMAND ---------- 40 | 41 | # MAGIC %md ### Spark Version 42 | # MAGIC 43 | # MAGIC To ensure that all labs execute as expected, Databricks Academy requires that the content provided be executed against a cluster configured with a specific runtime. Typically this is an LTS (long-term supported) version. 44 | # MAGIC 45 | # MAGIC This course is tested against and requires one of the following DBRs (Databricks Runtime): **11.3.x-scala2.12, 11.3.x-photon-scala2.12, 11.3.x-cpu-ml-scala2.12**. 46 | # MAGIC 47 | # MAGIC For more current information, please Troubleshooting the Spark Version 48 | 49 | # COMMAND ---------- 50 | 51 | # MAGIC %md ### Cannot write to DBFS 52 | # MAGIC 53 | # MAGIC DBFS stands for Databricks File System and is a virtual file system that Databricks Academy uses to read data from and write data to. There are two primary locations, and depending on the courseware, some tertiary locations. 54 | # MAGIC 55 | # MAGIC The first location is **dbfs:/mnt/dbacademy-datasets/**, which is a storage location for datasets used by this course. Datasets are downloaded from our data repositories and copied to this location to provide faster, in-region access to the course's datasets. Files written to this location are expected to be treated as read-only and shared by all consumers of this courseware. 56 | # MAGIC 57 | # MAGIC The second location is **dbfs:/mnt/dbacademy-users/**, a storage location for user-specific datasets and misc files generated by working through the courseware. This folder is subdivided by user and then by course, creating a per-user-per-course working directory. 58 | # MAGIC 59 | # MAGIC In some cases, tertiary data may be written to **dbfs:/user/** as a default storage location for Spark and Spark tables. Like dbacademy-users, this folder is subdivided by user. 60 | # MAGIC 61 | # MAGIC For more current information, please Troubleshooting DBFS Writes 62 | 63 | # COMMAND ---------- 64 | 65 | # MAGIC %md ### Cannot Install Libraries 66 | # MAGIC 67 | # MAGIC Databricks Academy provides custom libraries to facilitate the development of its courseware. Your cluster requires access to these remotely hosted libraries so that they can be installed into your cluster. 68 | # MAGIC 69 | # MAGIC Various companies restrict access to external sites to limit data exfiltration and address other security concerns, such as leaking potentially sensitive or proprietary information. 70 | # MAGIC 71 | # MAGIC For more current information, please see Troubleshooting Library Installation 72 | 73 | # COMMAND ---------- 74 | 75 | # MAGIC %md ### Requires Unity Catalog 76 | # MAGIC 77 | # MAGIC Unity Catalog (UC) is a service provided by Databricks. This courseware requires that the workspace be UC Enabled. However, not all workspaces have (or can have) this feature enabled. 78 | # MAGIC 79 | # MAGIC For more current information, please see Troubleshooting Unity Catalog Requirements 80 | 81 | # COMMAND ---------- 82 | 83 | # MAGIC %md ### Cannot Create Schema 84 | # MAGIC 85 | # MAGIC This course will require you to create a schema (aka database) which in turn requires that you have the necessary permissions. Sometimes, this is done as part of building a more complex example. But in most cases, the schema being created is a user-specific schema used to provide user-level isolation as multiple students work through various lessons in the same workspace. 86 | # MAGIC 87 | # MAGIC For more current information, please see Troubleshooting Creating Schemas 88 | 89 | # COMMAND ---------- 90 | 91 | # MAGIC %md ### Cannot Create Catalog 92 | # MAGIC 93 | # MAGIC This course will require you to create a catalog (typically in conjunction with using Unity Catalog) which in turn requires that you have the necessary permissions. In most cases, the new catalog is a user-specific catalog used to provide user-level isolation as multiple students work through various lessons in the same workspace. 94 | # MAGIC 95 | # MAGIC For more current information, please see Troubleshooting Creating Catalogs 96 | 97 | # COMMAND ---------- 98 | 99 | # MAGIC %md ## Copyrights 100 | # MAGIC This section documents the various copyrights as they relate to the datasets used in this course. 101 | # MAGIC 102 | # MAGIC Run the following cell for additional information on this course's datasets, and their copyrights. 103 | 104 | # COMMAND ---------- 105 | 106 | # MAGIC %run ./Includes/Print-Dataset-Copyrights 107 | 108 | # COMMAND ---------- 109 | 110 | # MAGIC %md-sandbox 111 | # MAGIC © 2023 Databricks, Inc. All rights reserved.
112 | # MAGIC Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
113 | # MAGIC
114 | # MAGIC Privacy Policy | Terms of Use | Support 115 | -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/favicon.ico -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Agenda - Data Analysis with Databricks 5 | 6 | 7 |
8 | 9 | Databricks Learning 12 |
13 | 14 |

Data Analysis with Databricks

15 | 16 |

For the latest release of this course, see 17 | Data Analysis with Databricks Releases 18 |

19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/v0.1.0/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Databases, Tables, and Views on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Databases, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Databases, Tables, and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
30 minDAWD 02-5 - Demo: Basic SQL
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
96 | 97 | 98 | 99 |
100 |
101 |

© 2022 Databricks, Inc. All rights reserved.
102 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
103 |
104 | Privacy Policy | 105 | Terms of Use | Support 106 |

107 |
-------------------------------------------------------------------------------- /docs/v1.0.0/DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html: -------------------------------------------------------------------------------- 1 | DAWD 02-5-1 - Demo - Delta Commands in Databricks SQL 2 | 3 | 32 |
Databricks Learning 35 |
36 |

DAWD 02-5-1 - Demo - Delta Commands in Databricks SQL

37 |

The two fields below are used to customize queries used in this course. Enter your schema (database) name and username, and press "Enter" to populate necessary information in the queries on this page.

38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 |
Schema Name: 
Username: 

47 |
48 | 49 |

heading-icon 50 | Lesson Objective

51 |
52 |

At the end of this lesson, you will be able to:

53 |
    54 |
  • Describe how to write commands for working with Delta tables in Databricks SQL
  • 55 |
56 | 57 |
58 |
59 | 60 | 61 |
62 |
63 | 68 |
69 |

70 |
71 | 72 |

SELECT on Delta Tables

73 |
74 |

So far, the SQL commands we have used are generic to most flavors of SQL. In the next few queries, we are going to look at commands that are specific to using SELECT on Delta tables.

75 |

Delta tables keep a log of changes that we can view by running the command below.

76 |
    77 |
  1. Run the code below.
  2. 78 |
79 |

After running DESCRIBE HISTORY, we can see that we are on version number 0 and we can see a timestamp of when this change was made.

80 |
81 | 82 |
83 |
84 | 86 | 88 |
89 |
90 | 95 |
96 |

97 |
98 | 99 |

SELECT on Delta Tables -- Updating the Table

100 |
101 |

We are going to make a change to the table.

102 |
    103 |
  1. Run the code below.
  2. 104 |
105 |

The code uses an UPDATE statement to make a change to the table. We will be discussing UPDATE later on. For now, we just need to understand that a change was made to the table. We also reran our DESCRIBE HISTORY command, and note that we have a new version in the log, with a new timestamp.

106 |
107 | 108 |
109 |
110 | 113 | 116 |
117 |
118 | 123 |
124 |

125 |
126 | 127 |

SELECT on Delta Tables -- Updating the Table back to where it was

128 |
129 |

We are going to make a change to the table.

130 |
    131 |
  1. Run the code below.
  2. 132 |
133 |

The code uses an UPDATE statement to update the loyalty_segment back to its original value. We also reran our DESCRIBE HISTORY command, and note that we have a new version in the log, with a new timestamp.

134 |
135 | 136 |
137 |
138 | 141 | 144 |
145 |
146 | 151 |
152 |

153 |
154 | 155 |

SELECT on Delta Tables -- VERSION AS OF

156 |
157 |

We can now use a special predicate for use with Delta tables: VERSION AS OF

158 |
    159 |
  1. Run the code below.
  2. 160 |
161 |

By using VERSION AS OF, we can SELECT from specific versions of the table. This feature of Delta tables is called "Time Travel," and is very powerful.

162 |

We can also use TIMESTAMP AS OF to SELECTbased on a table's state on a specific date, and you can find more information in the documentation.

163 |
164 | 165 |
166 |
167 | 169 | 171 |
172 |
173 | 178 |
179 |

180 |
181 | 182 |

MERGE INTO

183 |
184 |

Certainly, there are times when we want to insert new data but ensure we don't re-insert matched data. This is where we use MERGE INTO. MERGE INTO will merge two tables together, but you specify in which column to look for matched data and what to do when a match is found. Let's run the code and examine the command in more detail.

185 |
    186 |
  1. Run the code below.
  2. 187 |
188 |

We are merging the source_suppliers table into the suppliers table. After ON keyword, we provide the columns on which we want to look for matches. We then state what the command should do when a match is found. In this example, we are inserting the row when the two columns are not matched. Thus, if the columns match, the row is ignored. Notice that the count is the exact same as the original table. This is because the two tables have the exact same data, since we overwrote the suppliers table with the source_suppliers table earlier in the lesson.

189 |
190 | 191 |
192 |
193 | 199 | 205 |
206 |
207 | 212 |
213 |
269 |
270 |
271 |

© 2022 Databricks, Inc. All rights reserved.
272 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
273 |
274 | Privacy Policy | 275 | Terms of Use | Support 276 |

277 |
-------------------------------------------------------------------------------- /docs/v1.0.0/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.0.0/favicon.ico -------------------------------------------------------------------------------- /docs/v1.0.0/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.1.0/DAWD-02-5-1-Demo-Delta-Commands-in-Databricks-SQL.html: -------------------------------------------------------------------------------- 1 | DAWD 02-5-1 - Demo - Delta Commands in Databricks SQL 2 | 3 | 32 |
Databricks Learning 35 |
36 |

DAWD 02-5-1 - Demo - Delta Commands in Databricks SQL

37 |

The two fields below are used to customize queries used in this course. Enter your schema (database) name and username, and press "Enter" to populate necessary information in the queries on this page.

38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 |
Schema Name: 
Username: 

47 |
48 | 49 |

heading-icon 50 | Lesson Objective

51 |
52 |

At the end of this lesson, you will be able to:

53 |
    54 |
  • Describe how to write commands for working with Delta tables in Databricks SQL
  • 55 |
56 | 57 |
58 |
59 | 60 | 61 |
62 |
63 | 68 |
69 |

70 |
71 | 72 |

SELECT on Delta Tables

73 |
74 |

So far, the SQL commands we have used are generic to most flavors of SQL. In the next few queries, we are going to look at commands that are specific to using SELECT on Delta tables.

75 |

Delta tables keep a log of changes that we can view by running the command below.

76 |
    77 |
  1. Run the code below.
  2. 78 |
79 |

After running DESCRIBE HISTORY, we can see that we are on version number 0 and we can see a timestamp of when this change was made.

80 |
81 | 82 |
83 |
84 | 86 | 88 |
89 |
90 | 95 |
96 |

97 |
98 | 99 |

SELECT on Delta Tables -- Updating the Table

100 |
101 |

We are going to make a change to the table.

102 |
    103 |
  1. Run the code below.
  2. 104 |
105 |

The code uses an UPDATE statement to make a change to the table. We will be discussing UPDATE later on. For now, we just need to understand that a change was made to the table. We also reran our DESCRIBE HISTORY command, and note that we have a new version in the log, with a new timestamp.

106 |
107 | 108 |
109 |
110 | 113 | 116 |
117 |
118 | 123 |
124 |

125 |
126 | 127 |

SELECT on Delta Tables -- Updating the Table back to where it was

128 |
129 |

We are going to make a change to the table.

130 |
    131 |
  1. Run the code below.
  2. 132 |
133 |

The code uses an UPDATE statement to update the loyalty_segment back to its original value. We also reran our DESCRIBE HISTORY command, and note that we have a new version in the log, with a new timestamp.

134 |
135 | 136 |
137 |
138 | 141 | 144 |
145 |
146 | 151 |
152 |

153 |
154 | 155 |

SELECT on Delta Tables -- VERSION AS OF

156 |
157 |

We can now use a special predicate for use with Delta tables: VERSION AS OF

158 |
    159 |
  1. Run the code below.
  2. 160 |
161 |

By using VERSION AS OF, we can SELECT from specific versions of the table. This feature of Delta tables is called "Time Travel," and is very powerful.

162 |

We can also use TIMESTAMP AS OF to SELECTbased on a table's state on a specific date, and you can find more information in the documentation.

163 |
164 | 165 |
166 |
167 | 169 | 171 |
172 |
173 | 178 |
179 |

180 |
181 | 182 |

MERGE INTO

183 |
184 |

Certainly, there are times when we want to insert new data but ensure we don't re-insert matched data. This is where we use MERGE INTO. MERGE INTO will merge two tables together, but you specify in which column to look for matched data and what to do when a match is found. Let's run the code and examine the command in more detail.

185 |
    186 |
  1. Run the code below.
  2. 187 |
188 |

We are merging the source_suppliers table into the suppliers table. After ON keyword, we provide the columns on which we want to look for matches. We then state what the command should do when a match is found. In this example, we are inserting the row when the two columns are not matched. Thus, if the columns match, the row is ignored. Notice that the count is the exact same as the original table. This is because the two tables have the exact same data, since we overwrote the suppliers table with the source_suppliers table earlier in the lesson.

189 |
190 | 191 |
192 |
193 | 199 | 205 |
206 |
207 | 212 |
213 |
269 |
270 |
271 |

© 2022 Databricks, Inc. All rights reserved.
272 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
273 |
274 | Privacy Policy | 275 | Terms of Use | Support 276 |

277 |
-------------------------------------------------------------------------------- /docs/v1.1.0/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.1.0/favicon.ico -------------------------------------------------------------------------------- /docs/v1.1.0/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.1.0/summit.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
64 | -------------------------------------------------------------------------------- /docs/v1.1.1/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.1.1/favicon.ico -------------------------------------------------------------------------------- /docs/v1.1.1/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.1.1/summit.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.1.2/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.1.2/favicon.ico -------------------------------------------------------------------------------- /docs/v1.1.2/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
111 | -------------------------------------------------------------------------------- /docs/v1.1.2/summit.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.1.3/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.1.3/favicon.ico -------------------------------------------------------------------------------- /docs/v1.1.3/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.1.3/summit.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.1.4/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.1.4/favicon.ico -------------------------------------------------------------------------------- /docs/v1.1.4/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.1.4/summit.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.1.5/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.1.5/favicon.ico -------------------------------------------------------------------------------- /docs/v1.1.5/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.1.5/summit.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.1.6/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.1.6/favicon.ico -------------------------------------------------------------------------------- /docs/v1.1.6/half-day.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.1.6/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.2.0/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.2.0/favicon.ico -------------------------------------------------------------------------------- /docs/v1.2.0/half-day.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.2.0/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.2.1/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.2.1/favicon.ico -------------------------------------------------------------------------------- /docs/v1.2.1/half-day.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.2.1/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.2.10/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.2.10/favicon.ico -------------------------------------------------------------------------------- /docs/v1.2.10/half-day.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.2.10/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.2.11/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.2.11/favicon.ico -------------------------------------------------------------------------------- /docs/v1.2.11/half-day.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.2.11/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.2.2/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.2.2/favicon.ico -------------------------------------------------------------------------------- /docs/v1.2.2/half-day.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.2.2/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.2.3/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.2.3/favicon.ico -------------------------------------------------------------------------------- /docs/v1.2.3/half-day.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.2.3/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.2.4/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.2.4/favicon.ico -------------------------------------------------------------------------------- /docs/v1.2.4/half-day.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.2.4/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.2.5/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.2.5/favicon.ico -------------------------------------------------------------------------------- /docs/v1.2.5/half-day.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.2.5/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.2.6/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.2.6/favicon.ico -------------------------------------------------------------------------------- /docs/v1.2.6/half-day.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.2.6/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.2.7/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.2.7/favicon.ico -------------------------------------------------------------------------------- /docs/v1.2.7/half-day.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.2.7/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.2.8/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.2.8/favicon.ico -------------------------------------------------------------------------------- /docs/v1.2.8/half-day.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.2.8/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
-------------------------------------------------------------------------------- /docs/v1.2.9/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onlinehub0808/dataAnalysisDatabricksSQL/45305dd22914948f546383057c1c8f66601a8565/docs/v1.2.9/favicon.ico -------------------------------------------------------------------------------- /docs/v1.2.9/half-day.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Introduction to Databricks SQL 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Introduction to Databricks SQL

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
DurationLesson
20 minDAWD 00-0 - Course Setup
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
20 minDAWD 02-2 - Demo: Ingesting Data
10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-4 - Demo: Notifying Stakeholders
30 minDAWD 03-6 - Lab: Final Lab Assignment
52 | 53 | 54 | 55 |
56 |
57 |

© 2022 Databricks, Inc. All rights reserved.
58 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
59 |
60 | Privacy Policy | 61 | Terms of Use | Support 62 |

63 |
-------------------------------------------------------------------------------- /docs/v1.2.9/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agenda - Data Analysis with Databricks 4 | 5 | 6 |
7 | 8 | Databricks Learning 11 |
12 | 13 |

Data Analysis with Databricks

14 |

Agenda

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
DurationLesson
20 minDAWD 00-1 - Slides: Getting Started in the Course

10 minDAWD 01-1 - Slides: Getting Started with Databricks SQL
20 minDAWD 01-2 - Demo: Navigating Databricks SQL
10 minDAWD 01-3 - Slides: Unity Catalog on Databricks SQL
10 minBreak
20 minDAWD 01-4 - Demo: Schemas, Tables, and Views on Databricks SQL
20 minDAWD 01-5 - Lab: Tables and Views on Databricks SQL

10 minDAWD 02-1 - Slides: Ingesting Data for Databricks SQL
10 minBreak
20 minDAWD 02-2 - Demo: Ingesting Data
20 minDAWD 02-3 - Lab: Ingesting Data
10 minDAWD 02-4 - Slides: Joins
10 minBreak
20 minDAWD 02-5-1 - Demo: Delta Commands in Databricks SQL
30 minDAWD 02-5-2 - Demo: Basic SQL Optional
30 minDAWD 02-6 - Lab: Basic SQL
60 minLunch Break

10 minDAWD 03-1 - Slides: Data Visualization
30 minDAWD 03-2 - Demo: Data Visualizations and Dashboards
20 minDAWD 03-3 - Lab: Data Visualizations and Dashboards
10 min Break
20 minDAWD 03-4 - Demo: Notifying Stakeholders
20 minDAWD 03-5 - Lab: Notifying Stakeholders
10 minBreak
30 minDAWD 03-6 - Lab: Final Lab Assignment
99 | 100 | 101 | 102 |
103 |
104 |

© 2022 Databricks, Inc. All rights reserved.
105 | Apache, Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation.
106 |
107 | Privacy Policy | 108 | Terms of Use | Support 109 |

110 |
--------------------------------------------------------------------------------