databricks
Installation
SKILL.md
Databricks
Official docs
Agent rules
- Unity Catalog — use three-level names (
catalog.schema.table) when UC is enabled. - Cluster policy — do not upsize clusters without cost note; prefer job clusters for batch.
- Notebooks vs repos — prefer repo-backed notebooks / Databricks Asset Bundles for prod paths.
- Secrets — Databricks secrets scopes, not hard-coded tokens in notebooks.
- Spark SQL dialect — not identical to ANSI SQL; verify functions against Databricks docs.