Dependencies
Configuration
Databricks Apps or SDK-default auth
Explicit host and token
Profile-based auth
Config Reference
| Field | Required | Default | Description |
|---|---|---|---|
catalog | Yes | Unity Catalog catalog name. | |
schema | Yes | Unity Catalog schema name. | |
volume | Yes | Unity Catalog volume name. | |
root_path | No | / | Subdirectory inside the volume to expose. |
host | No | Databricks workspace host. | |
token | No | Databricks personal access token. Redacted in snapshots. | |
profile | No | Databricks SDK profile name. | |
timeout | No | 30 | Request timeout in seconds. |
Notes
- The resource is read-only in this branch.
- Auth falls through to the Databricks SDK defaults when
host,token, andprofileare omitted. root_pathis normalized and cannot contain...