uranusjr commented on code in PR #23662:
URL: https://github.com/apache/airflow/pull/23662#discussion_r932781521


##########
docs/apache-airflow/concepts/timetable.rst:
##########
@@ -67,6 +67,28 @@ cron expression to the ``schedule_interval`` parameter of a 
DAG as described in
     def example_dag():
         pass
 
+CronTriggerTimetable
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Another timetable which accepts a cron expression. It behaves more compliant 
with standard cron than ``CronDataIntervalTimetable``.

Review Comment:
   Let’s re-order these to
   
   1. CronTriggerTimetable
   2. DeltaDataIntervalTimetable
   3. CronDataIntervalTimetable
   
   since it is probably the order we want to recommend these to newcomers.



##########
docs/apache-airflow/concepts/timetable.rst:
##########
@@ -67,6 +67,28 @@ cron expression to the ``schedule_interval`` parameter of a 
DAG as described in
     def example_dag():
         pass
 
+CronTriggerTimetable
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Another timetable which accepts a cron expression. It behaves more compliant 
with standard cron than ``CronDataIntervalTimetable``.

Review Comment:
   Let’s re-order these to
   
   1. CronTriggerTimetable
   2. DeltaDataIntervalTimetable
   3. CronDataIntervalTimetable
   
   since it is probably the order we want to recommend them to newcomers.



-- 
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]

Reply via email to