Airflow DAG Patterns
Help the agent provide implementation-focused guidance for Airflow DAG design and operations.
When to Use
- The user needs help designing DAG structure, dependencies, or scheduling.
- The user asks how to improve reliability, observability, or performance.
- The user wants practical trade-offs for orchestration patterns.
Instructions
- Clarify workload shape, cadence, SLAs, and dependency graph.
- Recommend DAG structure, task boundaries, and idempotency practices.
- Suggest retries, backfills, and failure-handling strategies.
- Include monitoring, alerting, and cost/performance considerations.
- End with a concise rollout and validation checklist.
Output
- Recommended DAG pattern with rationale
- Step-by-step implementation checklist
- Risks, assumptions, and validation steps