{ "documentation_url": "https://docs.multiwoven.com/integrations/sources/databricks", "stream_type": "dynamic", "connector_query_type": "raw_sql", "connection_specification": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Databricks", "type": "object", "required": ["host", "port", "http_path", "catalog", "schema"], "properties": { "host": { "title": "Server Hostname", "description": "Server host name for the Databricks Cluster. It is different from the SQL Endpoint Cluster.", "type": "string", "examples": ["abc-12345678-wxyz.cloud.databricks.com"], "order": 0 }, "port": { "title": "Port", "description": "", "type": "string", "default": "443", "order": 1 }, "access_token": { "title": "Personal Access Token", "description": "", "type": "string", "multiwoven_secret": true, "order": 2 }, "http_path": { "title": "HTTP Path", "description": "", "examples": ["sql/protocolvx/o/1234567489/0000-1111111-abcd90"], "type": "string", "order": 3 }, "catalog": { "description": "The name of the catalog", "default": "hive_metastore", "type": "string", "title": "Databricks catalog", "order": 4 }, "schema": { "description": "The default schema tables are written.", "default": "default", "type": "string", "title": "Database schema", "order": 5 } } } }