Prerequisites
- A Databricks workspace with a SQL warehouse.
- A personal access token with access to the target catalog.
Required fields
| Field | Description | Example |
|---|---|---|
| Name | A display name for this datasource. | Graphics Press warehouse |
| Host | The Databricks workspace hostname. | adb-1234567890.1.azuredatabricks.net |
| HTTP path | The HTTP path to your SQL warehouse endpoint. | /sql/1.0/warehouses/abc123 |
| Access token | A Databricks personal access token (PAT). | dapi... |
| Catalog | The Unity Catalog name to query against. | main |
Steps
- Open Settings → Datasources → New.
- Enter a name and select Databricks as the type.
- Fill in the fields above.
- Click Test connection to verify.
- Click Create.
Creating a personal access token
- In your Databricks workspace, click your username in the top-right and select Settings.
- Go to Developer → Access tokens.
- Click Generate new token, give it a description (e.g.
Mora), and set an expiration. - Copy the token — you won’t be able to see it again.
Finding the HTTP path
- In Databricks, go to SQL Warehouses.
- Click into your warehouse.
- Go to the Connection details tab.
- Copy the HTTP path value.