Skip to content

Databricks

Connection Parameters

Required URI parameters:

  • access_token: Databricks personal access token
  • server_hostname: Databricks workspace URL
  • http_path: SQL warehouse HTTP path
  • catalog: Databricks catalog name
  • schema: Schema name

Connection String Format

databricks://<access_token>@<server_hostname>/<http_path>?catalog=<catalog>&schema=<schema>

Example

databricks://:[email protected]/sql/1.0/warehouses/abc123?catalog=main&schema=default```
## Additional Notes
- The access token must be prefixed with a colon (`:`)
- HTTP path can be found in the Databricks SQL warehouse connection details
- Catalog and schema are required parameters