ana-carolina-januario commented on issue #10824: URL: https://github.com/apache/airflow/issues/10824#issuecomment-699880078
Hi there, I ended up figuring this out. Basically the was in the value of "start_date" DAG's field. It should be pointing to a date previous to the (first) execution_date (which depends on schedule_interval).In case you want to trigger a DAGs on a daily basis, your schedule_interval will be something like "@daily", your start_date should be 1 day ago. For a schedule_interval @weekly", your start_date should be 8 days ago (= week +1day), etc. I hope this helps. Cheers. ---------------------------------------------------------------- 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]
