mai-nakagawa commented on code in PR #23662:
URL: https://github.com/apache/airflow/pull/23662#discussion_r932784361
##########
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:
Sounds good. Re-ordered by
https://github.com/apache/airflow/pull/23662/commits/74723e9ef2faa92d5cb389238ef5f5850adbe179
(same commit)
--
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]