Installation
The Databricks backend requires the Databricks connector:Quick Start
Connect using explicit Databricks credentials:- Connect to the Databricks SQL warehouse
- Discover all tables in the specified catalog and schema
- Infer column metadata (data types, semantic types, primary keys, time columns)
- Detect foreign key relationships
- Print a summary of the inferred metadata and links
Specifying Tables
Control which tables to include and customize their configuration:Authentication
Personal access token:Catalog and Schema
Thecatalog and schema parameters refer to Unity Catalog naming:
catalog: The Unity Catalog catalog (top-level namespace)schema: The schema within the catalog
catalog and schema keys in their configuration dictionary.