ashb commented on issue #2460: [AIRFLOW-1424] make the next execution date of DAGs visible URL: https://github.com/apache/airflow/pull/2460#issuecomment-560014652 Last time I looked at this PR (Sorry, it slipped off my radar!) it was making an distinction between "the next execution date is X" and "the DAG is currently at it's max runs, so I'll show None" -- which I feel is _more_ confusing than helpful, as the next execution date would "magically" go from None to a date based on how many the active runs which doesn't feel like a helpful message. We've already got a (bad) way of showing in the UI that a dag is at it's max runs, so lets not have a second one.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
