htgeis commented on issue #12777: URL: https://github.com/apache/airflow/issues/12777#issuecomment-739113114
> > the next dag it would schedule is "2020/05/02" instead of "2020/10/01", which means it would not take effect. > > Am I right in thinking that it would schedule those dags, bug not actually run any of the tasks _in_ those dag runs currently? yeah, but it doesn't make much sense to create these dag runs with no tasks runnable. We have many users defined the start_date in the default_args and they have some requirements to change the start_date. Sometimes, it's a larger time interval between these two dates, thus it would waste time to waiting for these empty dag runs created and it's also not friendly to show dag runs in web ui as they would see a larger number of empty dags runs. ---------------------------------------------------------------- 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]
