amoghrajesh commented on code in PR #44241:
URL: https://github.com/apache/airflow/pull/44241#discussion_r1856676189
##########
task_sdk/src/airflow/sdk/execution_time/comms.py:
##########
@@ -103,6 +104,12 @@ class TaskState(BaseModel):
type: Literal["TaskState"] = "TaskState"
+class PatchTIToDeferred(TIDeferredStatePayload):
Review Comment:
Yes that is better. Sounds like a command too. Where the task runner can
call "defer this task for me"
--
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]