jimmycfa opened a new issue #9795:
URL: https://github.com/apache/airflow/issues/9795


   I ran into this Pitfall today from 
https://cwiki.apache.org/confluence/display/AIRFLOW/Common+Pitfalls : "When 
needing to change your start_date and schedule interval, change the name of the 
dag" I originally had a daily DAG: '03 * * *' I kept the name but changed to 
weekly '0 3 * * Sun' and the new schedule did not run.
   
   I think it would be good to have a feature that flagged the DAG in the UI so 
you know that the new interval doesn't match the old and that the new DAG 
schedule won't run. As it stands today unless you find these Pitfalls in the 
linked doc it is hard to tell why your DAG isn't running.
   
   
   


----------------------------------------------------------------
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]


Reply via email to