amoghrajesh commented on code in PR #47339:
URL: https://github.com/apache/airflow/pull/47339#discussion_r1991127607


##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -578,6 +541,19 @@ def run(
     ti: RuntimeTaskInstance, log: Logger
 ) -> tuple[IntermediateTIState | TerminalTIState, ToSupervisor | None, 
BaseException | None]:
     """Run the task in this process."""
+    # First, clear the xcom data
+    if ti._ti_context_from_server and 
ti._ti_context_from_server.xcom_keys_to_clear:
+        keys_to_delete = ti._ti_context_from_server.xcom_keys_to_clear

Review Comment:
   Handled in 4b183084fc2979a4cb63bd60b74989fefc2e61cd



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