sources
Add Databricks connection
Create a new Databricks SQL warehouse connection using a Personal Access Token and SQL Warehouse HTTP path.
POST
/api/v1/sources/add/databricks/
Headers
Authorizationrequiredany - API key authentication using Bearer scheme
Request Body
typerequiredstring - Connection type identifier. Must be `DATABRICKS`
account_namestring - Display name for the connection
server_hostnamerequiredstring - Workspace hostname (e.g. adb-1234567890.1.azuredatabricks.net)
http_pathrequiredstring - SQL Warehouse HTTP path
access_tokenrequiredstring - Personal Access Token with permission to query the warehouse
catalogstring - Optional Unity Catalog to use by default
selected_schemasarray - Schemas to index. Accepts either `schema` or `catalog.schema` entries.
Response
idinteger - The ID of the created connection
