uranusjr commented on code in PR #64522:
URL: https://github.com/apache/airflow/pull/64522#discussion_r3018920866


##########
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:
   This attribute is never used server-side though; is it even valuable to 
serialise it? I’m thinking to exclude it from SerializedBaseOperator altogether.



-- 
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]

Reply via email to