amoghrajesh commented on code in PR #44241:
URL: https://github.com/apache/airflow/pull/44241#discussion_r1855921498
##########
airflow/api_fastapi/execution_api/datamodels/taskinstance.py:
##########
@@ -78,6 +101,8 @@ def ti_state_discriminator(v: dict[str, str] | BaseModel) ->
str:
return str(state)
elif state in set(TerminalTIState):
return "_terminal_"
+ elif state == "deferred":
Review Comment:
No problem. Made the change
--
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]