You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/07 16:30:17 UTC

[GitHub] [airflow] andrewgodwin commented on a change in pull request #16854: Add 'queued' to DagRunState

andrewgodwin commented on a change in pull request #16854:
URL: https://github.com/apache/airflow/pull/16854#discussion_r665531558



##########
File path: airflow/utils/state.py
##########
@@ -92,6 +93,7 @@ class State:
     task_states: Tuple[Optional[TaskInstanceState], ...] = (None,) + tuple(TaskInstanceState)
 
     dag_states: Tuple[DagRunState, ...] = (
+        DagRunState.QUEUED,

Review comment:
       There is not - it was copied from TaskInstanceState which does need this due to the None.




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org