kaxil commented on code in PR #64522:
URL: https://github.com/apache/airflow/pull/64522#discussion_r3019030308
##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -715,6 +721,7 @@ def _xcom_push(ti: RuntimeTaskInstance, key: str, value:
Any, mapped_length: int
task_id=ti.task_id,
run_id=ti.run_id,
map_index=ti.map_index,
+ dag_result=ti.task.returns_dag_result,
Review Comment:
Yeah I think that's fine -- exclude it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]