{ "documentation_url": "https://docs.multiwoven.com/integrations/destination/databrick_lakehouse", "stream_type": "static", "connection_specification": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Databricks Lakehouse", "type": "object", "required": ["host", "api_token", "warehouse_id", "catalog", "schema"], "properties": { "host": { "description": "The databrick lakehouse host domain.", "type": "string", "title": "Host", "order": 0 }, "api_token": { "description": "The databrick lakehouse api token.", "type": "string", "multiwoven_secret": true, "title": "API Token", "order": 1 },"warehouse_id": { "description": "The databrick lakehouse warehouse ID.", "type": "string", "title": "Warehouse ID", "order": 2 }, "catalog": { "description": "The name of the catalog", "default": "hive_metastore", "type": "string", "title": "Databricks catalog", "order": 3 }, "schema": { "description": "The default schema tables are written.", "default": "default", "type": "string", "title": "Database schema", "order": 4 } } } }