You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/01 02:18:03 UTC

[GitHub] [airflow] uranusjr commented on pull request #25434: wip: Ability to start CronDataIntervalTimetable's DagRun at interval start

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org