Databricks Integration
Connect Databricks to Edilitics as a source or destination. Step-by-step setup using a personal access token and HTTP path for Azure, AWS, or GCP.
Databricks can be used as both a source and destination in Edilitics. It supports full load, incremental, and CDC (destination only) in Replicate pipelines, and source or destination in Transform flows.
Before You Begin
- Your Databricks workspace URL, HTTP path, and a personal access token with sufficient privileges.
- The Edilitics IP addresses whitelisted in your Databricks workspace network settings:
34.14.190.234
- Databricks default port: 443.
Steps to Connect
Step 1: Generate a Personal Access Token
- In your Databricks workspace, click your username in the top right and select Settings.
- Navigate to Developer and click Manage next to Access Tokens.
- Click Generate new token, add a description, and click Generate.
- Copy the token — it is only shown once.
Step 2: Find Your HTTP Path
- In your Databricks workspace, go to SQL Warehouses (or Compute for clusters).
- Select your SQL warehouse and open the Connection details tab.
- Copy the HTTP Path value (e.g.,
/sql/1.0/warehouses/abc123def456).
Step 3: Add the Databricks Integration
- In Edilitics, go to the Integrate module.
- Click New Integration.
- Select Databricks from the integration catalog.
Step 4: Enter Connection Parameters
| Field | Description |
|---|---|
| Server Hostname | Your Databricks workspace URL (e.g., adb-1234567890.1.azuredatabricks.net) |
| HTTP Path | The HTTP path of your SQL warehouse or cluster |
| Personal Access Token | The token generated in Step 1 |
| Catalog | The Unity Catalog name (default: hive_metastore) |
| Schema | The schema containing your tables |
Step 5: Configure the Integration
- Enter an Integration Name.
- Add an optional description.
- Configure AI Column Insights if required. See AI Column Insights.
Step 6: Test and Save
- Click Test Connection to validate credentials and network access.
- On success, click Preview to confirm table access.
- Click Save.
Connection Details
| Field | Value |
|---|---|
| Default Port | 443 |
| Authentication | Personal Access Token |
| IP whitelisting | Required |
Supported Operations
| Operation | Source | Destination |
|---|---|---|
| Replicate: Full Load | Yes | Yes |
| Replicate: Incremental | Yes | Yes |
| Replicate: CDC | No | Yes |
| Transform | Yes | Yes |
| Visualize | Yes | n/a |
| AskEdi | Yes | n/a |
Need help? Email support@edilitics.com with your workspace, job ID, and context. We reply within one business day.
Last updated on