The Databricks Integration allows your app to connect to a Databricks workspace, query data from warehouses, and use catalogs and schemas directly in your app. This integration supports secure authentication via tokens and can be configured per environment.

Before connecting, make sure you have the following information:
- Hostname:
https://adb-1234567890123456.7.azuredatabricks.net
The URL of your Databricks workspace
- Personal Access Token:
dapi1234567890abcdef1234567890abcd
Used for secure authentication
- Warehouse / SQL Endpoint ID:
wh-9876543210
The warehouse ID you want to query
- Catalog:
databricks_catalog_demo
The catalog containing your databases
- Schema:
demo_schema
The schema inside the catalog to query
Note: Use environment-specific credentials for development, staging, and production.
- Go to the Integrations section in your app settings by clicking
@
and then clicking the Integrations tab at the top. - Click Add Databricks Integration.
- Fill in the fields using your credentials
- Save the integration. Your app can now access Databricks data securely.