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


##########
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:
   Any reason this isn't a method on RuntimeTI?



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