Sha256: 75de8b192f8b3ddb1c74148ef4cf4cedf3f0d45795b206d4ed9fcaf835f01c9d
Contents?: true
Size: 1.7 KB
Versions: 41
Compression:
Stored size: 1.7 KB
Contents
{ "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 Datawarehouse", "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 } } } }
Version data entries
41 entries across 41 versions & 1 rubygems