Skip to main content
Back to registry

airflow-dag-patterns

wshobson/agents

Production-ready patterns for Apache Airflow including DAG design, operators, sensors, testing, and deployment strategies.

Installs2
Install command
npx skills add https://github.com/wshobson/agents --skill airflow-dag-patterns
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Production-ready patterns for Apache Airflow including DAG design, operators, sensors, testing, and deployment strategies. - Creating data pipeline orchestration with Airflow - Designing DAG structures and dependencies - Implementing custom operators and sensors - Testing Airflow DAGs locally - Setting up Airflow in production - Debugging failed DAG runs - Use TaskFlow API - Cleaner code, automatic XCom - Set timeouts - Prevent zombie tasks - Use mode='reschedule' - For sensors, free up workers - Test DAGs - Unit tests and integration tests - Idempotent tasks - Safe to retry - Don't use depends_on_past=True - Creates bottlenecks - Don't hardcode dates - Use {{ ds }} macros - Don't use global state - Tasks should be stateless - Don't skip catchup blindly - Understand implications - Don't put heavy logic in DAG file - Import from modules

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does airflow-dag-patterns do?

Production-ready patterns for Apache Airflow including DAG design, operators, sensors, testing, and deployment strategies.

Is airflow-dag-patterns good?

airflow-dag-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does airflow-dag-patterns work with?

airflow-dag-patterns currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to airflow-dag-patterns?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install airflow-dag-patterns?

npx skills add https://github.com/wshobson/agents --skill airflow-dag-patterns

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering