Principal/Senior-level Airflow playbook for DAG architecture, scheduling reliability, dependency management, platform governance, and operating workflow orchestration safely at scale.
Use when: designing DAG ecosystems, reviewing orchestration patterns, scaling schedulers and executors, or operating Airflow in production.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Principal/Senior-level Airflow playbook for DAG architecture, scheduling reliability, dependency management, platform governance, and operating workflow orchestration safely at scale.
Use when: designing DAG ecosystems, reviewing orchestration patterns, scaling schedulers and executors, or operating Airflow in production.
Airflow Mastery (Senior → Principal)
Operate
Start from orchestration semantics, data dependencies, and failure ownership.
Treat Airflow as workflow control infrastructure, not as a place to hide business logic.
Prefer DAGs that remain readable, recoverable, and operationally predictable.
Optimize for reliability, clear retries, and low scheduler toil.
Default Standards
DAG boundaries should reflect real workflow ownership.
Tasks should be idempotent and retry-aware.
Scheduling semantics must match data availability and SLA reality.
Platform governance should control DAG sprawl and dependency chaos.
Airflow should orchestrate systems, not become the system.