jedcunningham commented on code in PR #25410: URL: https://github.com/apache/airflow/pull/25410#discussion_r940702622
########## docs/apache-airflow/dag-run.rst: ########## @@ -117,8 +116,8 @@ DAG run fails. Catchup ------- -An Airflow DAG with a ``start_date``, possibly an ``end_date``, and a ``schedule_interval`` defines a -series of intervals which the scheduler turns into individual DAG Runs and executes. The scheduler, by default, will +An Airflow DAG defined with a ``start_date``, possibly an ``end_date``, and a either a cron expression or timetable, defines a series of intervals which the scheduler turns into individual DAG Runs and executes. Review Comment: ```suggestion An Airflow DAG defined with a ``start_date``, possibly an ``end_date``, and either a cron expression or timetable, defines a series of intervals which the scheduler turns into individual DAG Runs and executes. ``` I think the sentence still need a little love. -- 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]
