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


##########
airflow/api_fastapi/execution_api/routes/task_instances.py:
##########
@@ -221,6 +225,7 @@ def ti_run(
             # TODO: Add variables and connections that are needed (and has 
perms) for the task
             variables=[],
             connections=[],
+            xcom_keys_to_clear=xcom_keys,

Review Comment:
   Why are we sending the keys to be clearer to the client?
   
   Shouldn't we be just deleting those keys in the server here?



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