ashb commented on code in PR #45245:
URL: https://github.com/apache/airflow/pull/45245#discussion_r1898643843
##########
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:
Ohhh hmmm right. Yes avoiding exposing it via the context makes sense, but I
worry about how this will scale.
Lets keep an eye on 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]