kaxil commented on code in PR #45245:
URL: https://github.com/apache/airflow/pull/45245#discussion_r1898591432


##########
task_sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -436,6 +448,36 @@ def run(ti: RuntimeTaskInstance, log: Logger):
         SUPERVISOR_COMMS.send_request(msg=msg, log=log)
 
 
+def _push_xcom_if_needed(result: Any, ti: RuntimeTaskInstance):

Review Comment:
   I thought about that but avoided it as it will then be accessible via the 
Context.. `{{ ti._push_xcom }}`. 
   
   If you don't think that a big deal, happy to move it since it technically 
belongs there



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