← All terms
Airflow

Config Param

Airflow’s behavior is controlled by config params set in airflow.cfg (or equivalent environment variables, AIRFLOW__SECTION__KEY) — one central file rather than per-DAG settings.

Params worth knowing:

Environment variables override the file, which is why containerized/cloud Airflow (Docker, MWAA) usually configures it via env vars rather than editing the file directly.

See also: Scheduler