kaxil commented on code in PR #44241:
URL: https://github.com/apache/airflow/pull/44241#discussion_r1860619223


##########
task_sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -45,12 +45,15 @@
 from airflow.sdk.api.client import Client
 from airflow.sdk.api.datamodels._generated import TaskInstance, TerminalTIState
 from airflow.sdk.execution_time.comms import (
+    DeferTask,
     GetConnection,
     GetVariable,
     GetXCom,
+    PatchTIToDeferred,
     StartupDetails,
     ToSupervisor,
 )
+from airflow.utils.state import IntermediateTIState

Review Comment:
   Hmm this is importing the wrong `IntermediateTIState`



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