Databricks Setup Guide
Workspace access and notebook sync
title: “Databricks Setup Guide” subtitle: “Workspace access and notebook sync” —
Notebooks run inside your Databricks workspace. Link your fork as a Git folder in Home (same idea as Snowflake Git workspace). Codespaces is for dbt and optional terminal labs only.
Start on: Prerequisites · Cluster, 00_setup, and pipeline — Exercise: Databricks · Module 2 story
Access
- Open the workspace invite link from your facilitator
- Log in and open Catalog → confirm
mhpdeworkshop_databricks_2026
GitHub credentials
Create a Git credential before your first Git folder (Databricks Git integration):
- Databricks → username → Settings → Linked accounts → Git integration → Add credential
- GitHub → Settings → Developer settings → Personal access tokens → Tokens (classic) → scope
repo - In Databricks: provider GitHub, your Git email, paste token → Save
Notebooks
Notebooks live in your fork (databricks/notebooks/) — pick how they appear in the workspace:
Per Git folder docs:
Home → ⋮ → Create → Git folder (or Repos → Go to home folder shortcut)
Fill in:
Field Value Git repository URL https://github.com/<YOUR-USERNAME>/MHPDataEngineerWorkshopGit provider GitHub Git folder name MHP-DE-Workshop-2026Sparse checkout Enable — enter each cone pattern on its own line: databricksstreaming/databricksml/databricksCreate — then Exercise: Databricks § Before you start for cluster and
00_setup.py
Pull updates: Git folder → Git → Pull
If Git integration is blocked:
- Upload from your fork:
_workshop_bootstrap.py,00_setup.pythrough04_ai_features.py - Workspace → your home folder → ⋮ → Import → File
Facilitator-only fallback — CAN RUN on their MHP-DE-Workshop-2026 folder. Prefer Option A when Git works.
Emergency: Lab source files if GitHub is unavailable.
Troubleshooting
| Issue | Solution |
|---|---|
| Cannot see catalog | Ask facilitator for mhpdeworkshop_databricks_2026 access |
| Git folder fails | Check GitHub credentials; try Option B |
Cluster / 00_setup / ADLS2 errors |
Exercise: Databricks § Before you start |