2025-03-31·Apache Airflow
Airflow XComs 101
When building pipelines in Apache Airflow, tasks often need to share data with each other.
That’s where XComs (cross-communication) XComs enable tasks in your Airflow DAGs to exchange small amounts of data. :Every task instance in Airflow gets its