zikun commented on issue #9914: URL: https://github.com/apache/airflow/issues/9914#issuecomment-662544175
> > I think if `start_date` is set properly, it will not be triggered immediately. > > For example, for a DAG that is scheduled to run daily, if you enable it today (2020-07-22) and do not want to trigger the most recent run (execution_date = 2020-07-21) immediately, simply set `start_date` to 2020-07-22 or a later date whenever you want it to start. > > That would only work for the first time you enable it. I don't want to have to keep updating the start date if I disable it and enable it at some point after the start date. Right. Now I get the point. I think this is an interesting case and requires some change to part of the scheduling logic. I'll work on it. ---------------------------------------------------------------- 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]
