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:| Key | Description | Required |
|---|---|---|
name | The table name used in PQL queries | Yes |
source_name | The actual table name in Databricks (if different from name) | No |
catalog | Override the default catalog for this table | No |
schema | Override the default schema for this table | No |
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.