Why it matters
Airflow is de facto ETL DAG. Understanding shapes integration.
Advertisement
The architecture
DAG in Python.
Operators: run tasks.
Java agent as containerized step.
Advertisement
How it works end to end
KubernetesPodOperator: run any container.
DockerOperator alt.
XCom: small data between steps.
Sensors: wait conditions.