Database Credentials > Databricks
Find your Databricks credentials to connect with Draxlr
Draxlr connects to a Databricks SQL Warehouse. You need the server hostname, HTTP path, and a personal access token.
Find Your Credentials
1: Open Your SQL Warehouse
In your Databricks workspace, go to SQL Warehouses and select the warehouse you want to connect.
2: Copy the Connection Details
Open the Connection details tab. It shows:
- Server hostname: e.g.,
dbc-a1b2c3d4-e5f6.cloud.databricks.com - Port: 443
- HTTP path: e.g.,
/sql/1.0/warehouses/abc123def456
3: Generate a Personal Access Token
- Click your avatar in the top-right corner and open Settings.
- Go to Developer → Access tokens and click Generate new token.
- Give it a name and lifetime, then click Generate.
Important:
The token is shown only once—copy it right away.
4: Note Your Catalog and Schema
Find the catalog and schema (database) you want to query in Catalog Explorer.
Connect in Draxlr
Go to Add Database, select Databricks, and enter the credentials above. See the Setup guide for the full connection flow.