Documentation Index
Fetch the complete documentation index at: https://docs.sidecardata.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before starting, make sure you have:- Access to a Databricks workspace
- Permission to use a SQL Warehouse
- Access to Unity Catalog resources (catalogs, schemas, tables) that you want Sidecar to discover
1. Get the Host and HTTP Path
- Log in to your Databricks workspace.
- Navigate to SQL Warehouses.
- Select the SQL Warehouse you want to use for the integration.
- Click Connection details.
2. Create a Service Principal and OAuth Secret
- Click your username in the top bar and select Settings.
- Click the Identity and access tab.
- Next to Service principals, click Manage.
- Create a new service principal for Sidecar.
- Click the created service principal, then click the Secrets tab.
- Click Generate secret.
- Set the secret’s lifetime in days (maximum 730 days).
- Click Generate.
- Copy the displayed secret and client ID, then click Done.
3. Configure the Integration
Enter the following information in the Sidecar integration setup page:| Field | Description |
|---|---|
| Host | Databricks Server Hostname |
| HTTP Path | SQL Warehouse HTTP Path |
| Client ID | Client ID of OAuth Secret |
| Client Secret | Secret of OAuth Secret |
- Click Test Connection.
- Click Save to finish the integration.
Result
After the integration is complete, Sidecar will be able to:- Connect to your Databricks SQL Warehouse
- Discover catalogs, schemas, and tables
- Query metadata from Unity Catalog