zikun commented on issue #9914: URL: https://github.com/apache/airflow/issues/9914#issuecomment-662246471
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. ---------------------------------------------------------------- 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]
