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 2022/06/01 06:03:45 UTC

[GitHub] [airflow] uranusjr commented on issue #23911: Add DAG "Skipped" status in case of "startDate" in the future while manually triggering a DAGRun

uranusjr commented on issue #23911:
URL: https://github.com/apache/airflow/issues/23911#issuecomment-1143151948

   I guess this is different opinions then. Personally I find it makes sense for a run without any tasks marked success, same as how `all([])` is True.
   
   Perhaps the actual solution is to not dwindle on the actual state, but to introduce some context in the API response so the user can read more into how the state means? For example, we could add a `task_count` field, and the user can easily tell something might not be right if it shows 0.


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