← All terms
Airflow

Requirements Folder

DAGs are just Python, so if a DAG imports pandas, boto3, or any other third-party package, that package needs to be installed into the Airflow environment itself — declared in a requirements.txt and installed at image build time (Docker) or environment setup time (MWAA).

Why it matters in practice:

See also: Plugins