Configuration
| Field | Required | Description |
|---|---|---|
endpoint | Yes | Unity Catalog endpoint URL |
secret_name | Yes | Reference to project secret containing access token |
Setup Steps
1. Get Your Endpoint URL
Copy your Databricks workspace URL:2. Create an Access Token
- Go to your Databricks workspace
- Navigate to User Settings > Access Tokens
- Click Generate New Token
- Copy the token value
3. Store the Token
Create a project secret with your access token as the value.4. Configure the Catalog
- Navigate to Catalogs in your project
- Click Create catalog
- Select Unity Catalog
- Enter your endpoint URL
- Select your token secret
- Click Create
Token Types
| Type | Use Case |
|---|---|
| Personal access token | Development and testing |
| Service principal token | Production workloads (recommended) |
Example
Available Operations
Once connected, you can:- Load tables:
catalog.load_table("catalog.schema.table") - Browse catalogs: Access tables across your Unity Catalog namespace
- Query data: Use Daft DataFrame operations on loaded tables
Table Naming
Unity Catalog uses three-level namespacing:main.sales.transactions