Core Concepts¶
Here you can find detailed documentation about each one of the core concepts of Apache Airflow® and how to use them, as well as a high-level architectural overview.
Architecture
Workloads
- DAGs
- Declaring a DAG
 - Loading DAGs
 - Running DAGs
 - DAG Assignment
 - Default Arguments
 - The DAG decorator
 - Control Flow
 - Setup and teardown
 - Dynamic DAGs
 - DAG Visualization
 - DAG & Task Documentation
 - SubDAGs
 - TaskGroups vs SubDAGs
 - Packaging DAGs
 .airflowignore- DAG Dependencies
 - DAG pausing, deactivation and deletion
 - DAG Auto-pausing (Experimental)
 
 - DAG Runs
 - Tasks
 - Operators
 - Sensors
 - TaskFlow
 - Executor
 - Auth manager
 - Object Storage
 
Communication
Debugging