What problem does it solve? Defining Databricks resources like jobs, pipelines, dashboards, alerts, and apps consistently across dev, staging, and production environments is error-prone when done manually. This Skill provides correct YAML schemas, path resolution rules, and permission configurations for Databricks Asset Bundles (DABs) so deployments work the first time. ## Core Features & Use Cases - Bundle Configuration: Generate databricks.yml with variables, targets, and environment-specific overrides for dev/staging/prod deployments. - Resource Definitions: Write correct YAML for dashboards, Spark Declarative Pipelines, SQL Alerts (v2 API), jobs, volumes, and apps, including the correct permission levels for each resource type. - Deployment Operations: Validate, deploy, run, and destroy bundles with the Databricks CLI, plus monitor app logs for troubleshooting. - Use Case: You need to deploy a dashboard and pipeline to production with parameterized catalogs. This Skill generates the bundle with dataset_catalog variables, correct ../src/ path resolution, and CAN_RUN permissions for the users group. ## Quick Start Create a Databricks Asset Bundle for my project with a dashboard and pipeline that deploys to dev and prod targets using parameterized catalog and schema variables.