Databricks
Run SQL queries against Databricks SQL warehouses from your workflows
Databricks is a unified data intelligence platform built on Apache Spark. CipherSense Agents connects to Databricks SQL using a personal access token and the SQL warehouse HTTP path, letting your workflows run queries against Delta tables and views.
Official documentationSetup
Create a personal access token
Create a personal access token
In your Databricks workspace: click your username > Settings > Developer > Access tokens > Generate new token. Give it a descriptive name and set an expiry.
Databricks PAT DocsFind your SQL warehouse HTTP path
Find your SQL warehouse HTTP path
In your Databricks workspace: SQL > SQL Warehouses > select your warehouse > Connection details. Copy the Server hostname and HTTP path.
Add the integration in CipherSense Agents
Add the integration in CipherSense Agents
Go to Project > Integrations > Add Integration > Databricks. Enter your Server hostname, HTTP path, and personal access token. Click Save & Test.
Connection Fields
Fields required when adding this integration in your Project › Integrations.
| Field | Required | Description |
|---|---|---|
| Workspace URL | Required | Full URL of your Databricks workspace. Found in your browser address bar when logged in. |
| Personal Access Token | Required | Your Databricks personal access token from User Settings > Developer > Access Tokens. |
| SQL Warehouse HTTP Path | Required | HTTP path from your SQL Warehouse connection details in the Databricks UI. |
Common Use Cases
Ready to connect Databricks?
Add this integration from your project dashboard and wire it into a workflow.
On This Page