dandanseo123 commented on code in PR #64600:
URL: https://github.com/apache/airflow/pull/64600#discussion_r3029446085
##########
airflow-core/src/airflow/api_fastapi/execution_api/datamodels/taskinstance.py:
##########
@@ -384,6 +384,9 @@ class TIRunContext(BaseModel):
should_retry: bool = False
"""If the ti encounters an error, whether it should enter retry or failed
state."""
+ queued_dttm: UtcDateTime | None = None
+ """When the task instance was queued."""
+
Review Comment:
addressed.
--
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]