Databricks requires the optionalDocumentation Index
Fetch the complete documentation index at: https://docs.sqlbuild.com/llms.txt
Use this file to discover all available pages before exploring further.
databricks-sql-connector dependency:
Connection config
| Field | Description |
|---|---|
server_hostname | Databricks workspace hostname (required) |
http_path | SQL warehouse or cluster HTTP path (required) |
token | Personal access token (required) |
catalog | Unity Catalog name (required) |
schema | Default schema (optional) |
Session initialization
On connect, SQLBuild runsUSE CATALOG and USE SCHEMA statements to set the session context.
