Apache Airflow 3.1.8 — Latest Changes
Explore the latest updates, features, and improvements in Apache Airflow 3.1.8, including crucial scheduler fixes, Task SDK advantages, and security patches.
A curated learning path from your first DAG to production-grade deployments on Kubernetes. Pick your level below.
New to Airflow? Start here. No prior orchestration experience required.
🔧Comfortable with DAGs? Learn production patterns and integrations.
🚀Running Airflow in production? Go deeper on scale, security & ops.
Explore the latest updates, features, and improvements in Apache Airflow 3.1.8, including crucial scheduler fixes, Task SDK advantages, and security patches.
Learn how to configure robust retry strategies in Airflow using retries, retry_delay, exponential backoff, and on_failure_callback. Includes real-world patterns for handling flaky APIs, database timeouts, and more.
Learn how to integrate Apache Airflow with dbt (data build tool) using the dbt Cloud provider and Cosmos. Covers scheduling dbt runs, handling failures, passing artifacts between runs, and best practices for the dbt + Airflow stack.
Master Airflow's Dynamic Task Mapping feature to create a variable number of task instances at runtime. Covers .expand(), .partial(), expand_kwargs(), and real-world patterns for parallel data processing.