Apache Airflow

Welcome to Airflow Stable Docs

Apache Airflow is an open‑source platform to programmatically author, schedule, and monitor workflows.

Start with a quick tutorial →

Installation

Install Airflow using pip, Docker, or Kubernetes. Choose the method that fits your environment.

# Using pip
pip install "apache-airflow[postgres,celery]==2.9.0"
# Using Docker Compose
docker compose up airflow
Full installation guide →

Core Concepts

Learn about DAGs, tasks, operators, sensors, and executors.

Explore concepts →

Community & Support

Join the community to ask questions, share ideas, and contribute.