tirkarthi commented on issue #60594:
URL: https://github.com/apache/airflow/issues/60594#issuecomment-3759163805

   Ok, I see dag start date being dynamic 
`start_date=datetime.datetime.now(datetime.timezone.utc) - 
datetime.timedelta(minutes=1)`. Please use static start dates.
   
   
airflow.apache.org/docs/apache-airflow/stable/faq.html#what-s-the-deal-with-start-date
   
   > We recommend against using dynamic values as start_date, especially 
datetime.now() as it can be quite confusing. The task is triggered once the 
period closes, and in theory an @hourly Dag would never get to an hour after 
now as now() moves along.
   
   
https://stackoverflow.com/questions/41134524/why-is-it-recommended-against-using-a-dynamic-start-date-in-airflow


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to