dirrao commented on code in PR #36240:
URL: https://github.com/apache/airflow/pull/36240#discussion_r1428998040


##########
airflow/utils/state.py:
##########
@@ -46,6 +46,9 @@ class TaskInstanceState(str, Enum):
     REMOVED = "removed"  # Task vanished from DAG before it ran
     SCHEDULED = "scheduled"  # Task should run and will be handed to executor 
soon
 
+    # Set by executor
+    ADOPTED = "adopted"
+

Review Comment:
   It make sense. Initially I though of same thing. Here is what I can think of 
keep that adopted to Kubernetes executor. 



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