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


   I have tried to experiment with what you said @collinmcnulty but 
unfortunately, I can't wrap my head around it.
   For example, this dag when parsed today:
   
   ```
   dag = DAG("mydag_name",
             start_date=days_ago(1),
             schedule_interval="@weekly")
   ```
   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.
   
   Still finding it hard to understand this. 
   


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