ultrabug commented on issue #2460: [AIRFLOW-1424] make the next execution date of DAGs visible URL: https://github.com/apache/incubator-airflow/pull/2460#issuecomment-441446264 > For instance if there are too many active DAG runs already for that DAG it will return None: do we want None displayed in the UI in that case or not. I would be fine with it, yes (user opinion). > Need to check if creating an instance of SchedulerJob will end up creating a row in the Job table or not? No it won't, that's why I added a new option and called it `dry_run` so it's clear that it will not touch the database. @ashb do you need anything else from me?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
