ashb commented on a change in pull request #11730: URL: https://github.com/apache/airflow/pull/11730#discussion_r509684070
########## File path: airflow/utils/state.py ########## @@ -114,6 +114,16 @@ def color_fg(cls, state): have been interrupted; in any case, it is no longer running. """ + terminal = finished | { Review comment: Hmmm, I'm not sure I actually need a new grouping here. Given SKIPPED was in the previous list, perhaps we just need to update the doc string on the previous one and add it there ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org