uranusjr commented on PR #25434: URL: https://github.com/apache/airflow/pull/25434#issuecomment-1200608305
I think `CronTriggerTimetable` (#23662) solves this better. We can add an additional parameter to the class toe specify how long the data interval should be. I can think of a few possibilities: none (current behaviour), a static timedelta after each cron trigger (e.g. one day), or until the next cron trigger (what this PR would achieve). -- 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]
