collinmcnulty commented on pull request #18071:
URL: https://github.com/apache/airflow/pull/18071#issuecomment-916908995


   > would have execution_date stored as "2021-09-12 00:00:00+00". This is when 
it should run.
   On the execution day, the start_date will still be in the past: "2021-09-11 
00:00:00+00" which is less than the  execution_date.
   
   @ephraimbuddy The start date will be in earlier than the current time, but 
later than the execution_date because the execution_date for the dagrun that 
would run on the 12th is a week earlier "2021-09-*05* 00:00:00+00"


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