Databricks (REST)
Import job runs & clusters via the Databricks Jobs REST API — separate from the native Databricks SQL warehouse connector
Category: Database · Authentication: API key / token
Connecting your account
Databricks workspace → Settings → Developer → Access tokens → Generate new token.
Credentials needed
| Field | Required | Notes |
|---|---|---|
| Workspace URL | Yes | e.g. https://adb-1234567890.azuredatabricks.net — e.g. https://adb-xxxxx.xx.azure.databricks.com |
| Personal Access Token | Yes | Databricks personal access token — e.g. dapixxxxxxxxxxxxxxxxxxxxxx |
Available data to import
Once connected, choose from these resources when setting up an import:
| Resource | What it imports |
|---|---|
| Jobs | All jobs records |
| Clusters | All clusters records |
| Unity Catalog: Catalogs | All unity catalog: catalogs records |
| Unity Catalog: Schemas | All unity catalog: schemas records (you'll be asked to pick a catalog) |
| Unity Catalog: Tables | All unity catalog: tables records (you'll be asked to pick a catalog and schema) |
| Unity Catalog: Volumes | All unity catalog: volumes records (you'll be asked to pick a catalog and schema) |
| Unity Catalog: Functions | All unity catalog: functions records (you'll be asked to pick a catalog and schema) |
This page is generated from Brooked's connector definition for databricks-rest. Found an error? Open an issue or send a PR.