Airflow Xcom Example [new] -

with DAG('xcom_example', start_date=datetime(2024, 1, 1), schedule_interval=None) as dag:

Go to Task Instance → XCom tab → See key-value pairs. airflow xcom example

def auto_push(): return "auto_xcom" # automatically in XCom airflow xcom example