Airflow | Xcom Exclusive

In triggered DAG:

def push_exclusive(ti): ti.xcom_push(key=f"run_ti.execution_date_data", value="sensitive") airflow xcom exclusive