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


   If you have a task that runs every week with `days_ago(1)`, then at the time 
it would kick off the `start_date` will be yesterday morning but the 
`execution_date` will be a week ago. Therefore the dag will not be started as 
`start_date > execution_date`.
   
   I think you should use static dates for `start_date` at whatever level you 
set them. I think that if you're setting `start_date` at the task level, it 
should be because some tasks actually have different times you want them to 
start from one another, but that's a much less strongly held opinion.


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