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


##########
airflow/api_fastapi/execution_api/datamodels/taskinstance.py:
##########
@@ -267,6 +267,9 @@ class TIRunContext(BaseModel):
     Can either be a "decorated" dict, or a string encrypted with the shared 
Fernet key.
     """
 
+    """List of Xcom keys that need to be cleared."""
+    xcom_keys_to_clear: Annotated[list[str], Field(default_factory=list)]

Review Comment:
   Ah! I thought it was a preference.



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