Skip to main content

Prerequisites

  • A Databricks workspace with a SQL warehouse.
  • A personal access token with access to the target catalog.

Required fields

FieldDescriptionExample
NameA display name for this datasource.Graphics Press warehouse
HostThe Databricks workspace hostname.adb-1234567890.1.azuredatabricks.net
HTTP pathThe HTTP path to your SQL warehouse endpoint./sql/1.0/warehouses/abc123
Access tokenA Databricks personal access token (PAT).dapi...
CatalogThe Unity Catalog name to query against.main

Steps

  1. Open Settings → Datasources → New.
  2. Enter a name and select Databricks as the type.
  3. Fill in the fields above.
  4. Click Test connection to verify.
  5. Click Create.

Creating a personal access token

  1. In your Databricks workspace, click your username in the top-right and select Settings.
  2. Go to Developer → Access tokens.
  3. Click Generate new token, give it a description (e.g. Mora), and set an expiration.
  4. Copy the token — you won’t be able to see it again.

Finding the HTTP path

  1. In Databricks, go to SQL Warehouses.
  2. Click into your warehouse.
  3. Go to the Connection details tab.
  4. Copy the HTTP path value.