AlexisBRENON commented on code in PR #32392: URL: https://github.com/apache/airflow/pull/32392#discussion_r1255396345
########## docs/apache-airflow/authoring-and-scheduling/timetable.rst: ########## @@ -217,3 +228,72 @@ is immediately triggered after you re-enable the DAG. By these examples, you see how `CronTriggerTimetable`_ triggers DAG runs is more intuitive and more similar to what people expect cron to behave than how `CronDataIntervalTimetable`_ does. + + +.. _Differences between the cron and delta data interval timetables: + +Differences between the cron and delta data interval timetables: +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Choosing between `DeltaDataIntervalTimetable`_ and `CronDataIntervalTimetable`_ depends on your use case. +If you enable a DAG à 01:05 on February 1st, the following table summarizes the DAG runs created (and the Review Comment: Excuse my french :sweat_smile: Fixed -- 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]
