uranusjr commented on issue #31937: URL: https://github.com/apache/airflow/issues/31937#issuecomment-1594287244
`@daily` is equivalent to `0 0 * * *` unfortunately. The behaviour is an unfortunate consequence of the historical issue that DAG dates (e.g. `start_date`) are based on the logical date (`execution_date`), which are the start of an interval. Assuming my above reasoning of the scheduling logic is currect, I think the way to really fix it is unfortunately to implement a new timetable that puts the logical date somewhere else (e.g. at the end of the interval). -- 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]
