ashb commented on code in PR #23797:
URL: https://github.com/apache/airflow/pull/23797#discussion_r877208375


##########
airflow/utils/state.py:
##########
@@ -192,7 +193,7 @@ def color_fg(cls, state):
     """
 
     success_states: FrozenSet[TaskInstanceState] = frozenset(
-        [TaskInstanceState.SUCCESS, TaskInstanceState.SKIPPED]
+        [TaskInstanceState.SUCCESS, TaskInstanceState.SKIPPED, 
TaskInstanceState.REMOVED]

Review Comment:
   Is this one needed @ephraimbuddy? From a _very_ quick look at the code I 
would have thought that adding REMOVED to finished states would be enough for 
the DagRun to make it to success
    



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