You have a DAG that:
3/4 ⚠️ Warning: XCom is NOT for large data (no CSVs, no models). Keep it under 48KB. Use S3/GCS for big files.
def push_func(ti): ti.xcom_push(key='result', value='hello_xcom')
You have a DAG that:
3/4 ⚠️ Warning: XCom is NOT for large data (no CSVs, no models). Keep it under 48KB. Use S3/GCS for big files.
def push_func(ti): ti.xcom_push(key='result', value='hello_xcom')