Skip to main content

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

FieldRequiredNotes
Workspace URLYese.g. https://adb-1234567890.azuredatabricks.net — e.g. https://adb-xxxxx.xx.azure.databricks.com
Personal Access TokenYesDatabricks personal access token — e.g. dapixxxxxxxxxxxxxxxxxxxxxx

Available data to import

Once connected, choose from these resources when setting up an import:

ResourceWhat it imports
JobsAll jobs records
ClustersAll clusters records
Unity Catalog: CatalogsAll unity catalog: catalogs records
Unity Catalog: SchemasAll unity catalog: schemas records (you'll be asked to pick a catalog)
Unity Catalog: TablesAll unity catalog: tables records (you'll be asked to pick a catalog and schema)
Unity Catalog: VolumesAll unity catalog: volumes records (you'll be asked to pick a catalog and schema)
Unity Catalog: FunctionsAll 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.