What problem does it solve? Setting up Databricks Asset Bundles involves tricky YAML schemas, path resolution rules, and resource-specific permission formats that frequently cause validation and deployment failures. This Skill provides correct, tested configuration patterns so bundles deploy cleanly across dev, staging, and production environments. ## Core Features & Use Cases - Bundle Project Scaffolding: Generates databricks.yml with variables, targets, and includes following the standard project structure. - Resource Configuration: Provides correct YAML patterns for dashboards, pipelines, jobs, SQL alerts (v2 API), volumes, and apps, including permission levels and grants. - Multi-Environment Deployment: Parameterizes catalog, schema, and warehouse via variables so the same bundle deploys to dev and prod with different profiles. - Use Case: You need to add a dashboard and a scheduled job to a new bundle and deploy to prod. The Skill supplies the resource YAML with correct ../src/ paths, permission levels, and the databricks bundle deploy -t prod command. ## Quick Start Ask the agent to create a Databricks Asset Bundle with a dashboard and a pipeline, parameterized for dev and prod targets.