Squadbase logo

Databricks

Steps and required credentials to connect Databricks to Squadbase

Required Information

FieldDescription
Databricks Workspace HostThe hostname of your Databricks workspace (e.g., your-workspace.cloud.databricks.com).
Databricks Access TokenA personal access token used to authenticate with Databricks.
SQL Warehouse HTTP PathThe HTTP path of the SQL Warehouse to use for query execution (e.g., /sql/1.0/warehouses/abc123).

How to Obtain Each Value

Databricks Workspace Host

  1. Log in to your Databricks workspace
  2. Look at the browser's address bar
  3. Copy the hostname portion (e.g., your-workspace.cloud.databricks.com)

Do not include https:// or any path after the hostname.

Databricks Access Token

  1. Log in to your Databricks workspace
  2. Click your username in the top-right corner and select Settings
  3. Navigate to DeveloperAccess tokens

Databricks Developer settings screen

  1. Click Generate new token
  2. Enter a description and set the expiration, then click Generate
  3. Copy the generated token and store it in a safe place

SQL Warehouse HTTP Path

  1. In the left sidebar, click SQL Warehouses (or ComputeSQL Warehouses)

Databricks SQL Warehouses list

  1. Click the name of the SQL Warehouse you want to use
  2. Open the Connection details tab
  3. Copy the value shown in the HTTP path field (e.g., /sql/1.0/warehouses/abc123)