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


##########
airflow/api_fastapi/execution_api/datamodels/taskinstance.py:
##########
@@ -59,6 +59,8 @@ class TITerminalStatePayload(BaseModel):
     end_date: UtcDateTime
     """When the task completed executing"""
 
+    task_retries: int | None = None

Review Comment:
   Agreed, it has been updated with "should_retry". That makes sense, or should 
we entirely decouple it even more having a seperate payload for failed state?



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