Xcom Airflow Jun 2026
Airflow 2.x requires XCom data to be JSON-serializable by default. If you are trying to pass a complex Python object, you may need to enable pickle serialization (not recommended) or simplify your data. Conclusion
The use of XCom in Airflow provides several benefits: xcom airflow