Airflow Xcom Exclusive Updated Here

[core] xcom_backend = my_project.xcom_backend.ExclusiveRedisXCom

In triggered DAG:

XCom is designed for . It allows one task to push data into a shared repository (the Airflow metadata database) and another task to pull that data out. airflow xcom exclusive