uranusjr commented on PR #54119: URL: https://github.com/apache/airflow/pull/54119#issuecomment-3172266107
I believe this is intentional. The argument to the timetable method is `run_after`, and the standard logic to calculate a data interval from that datetime value finds an interval closest but _before_ it. Both characteristics indicate that `run_after` is a more reasonable input than the logical date. Since you just want to have a date (the data interval starts and ends at the same datetime anyway in either case), why not just use the logical date value directly? It is the same across both major versions. -- 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]
