What problem does it solve? Configuring Databricks Jobs involves many moving parts—task types, triggers, clusters, notifications, retries, and permissions—and getting the YAML, SDK, or CLI syntax right from memory is error-prone. This Skill provides complete, working reference material so you can build correct job configurations on the first attempt. ## Core Features & Use Cases - Multi-Task DAG Workflows: Build pipelines with depends_on dependencies and conditional run_if logic across notebook, Python, SQL, dbt, pipeline, JAR, run-job, and for-each task types. - Triggers & Scheduling: Configure cron schedules, periodic intervals, file arrival triggers, table update triggers, and continuous jobs. - Monitoring & Reliability: Set up email and webhook notifications, health rules, timeouts, retries, and run queue settings. - Use Case: You need a daily ETL pipeline that extracts from three sources, transforms the data, loads a warehouse, and alerts the on-call team on failure—deployed to dev, staging, and prod via Asset Bundles. This Skill provides the complete YAML and SDK code for exactly that. ## Quick Start Ask the agent to create a Databricks job that runs your notebook on a daily cron schedule with failure email notifications.