Databricks Setup
To connect Zenlytic to Databricks, you'll need to configure the connection using a personal access token. Here's how to do it:
Step 1: Create a Personal Access Token
Log into your Databricks workspace
Go to User Settings (click your username in the top right)
Click on "Developer" tab
Click "Generate New Token"
Give it a name (e.g., "Zenlytic Integration")
Set an expiration date
Click "Generate"
Copy the token (you won't be able to see it again)

Step 2: Get Your Workspace URL
In your Databricks workspace, look at the URL in your browser
It should look like:
https://your-workspace.cloud.databricks.com
Copy this URL

Step 3: Add the Connection in Zenlytic
In Zenlytic, go to Settings > Data Sources
Click "Add Data Source"
Select "Databricks" from the list
Enter the connection details:
Workspace URL: Your Databricks workspace URL
Personal Access Token: The token you generated
HTTP Path: Usually
/sql/1.0/warehouses/<warehouse-id>

Step 4: Configure HTTP Path
To find your HTTP path:
Go to SQL Warehouses in Databricks
Click on your warehouse
Look for the "Connection Details" section
Copy the HTTP Path

Step 5: Test Your Connection
Click "Test Connection" to verify it works
If successful, click "Save"
You should now be able to see your Databricks tables in Zenlytic
Last updated
Was this helpful?