collinmcnulty commented on code in PR #38505: URL: https://github.com/apache/airflow/pull/38505#discussion_r1543038673
########## docs/apache-airflow/authoring-and-scheduling/timetable.rst: ########## @@ -239,7 +239,7 @@ triggered when ``catchup`` is ``True``. When ``catchup`` is ``False``, there is difference in how a new DAG run is triggered. -`CronTriggerTimetable`_ and `CronDataIntervalTimetable`_ trigger DAG runs at the same time, because they were given the same CRON string. However, the timestamp for the ``run_id`` is different for each. +`CronTriggerTimetable`_ and `CronDataIntervalTimetable`_ trigger DAG runs at the same time. However, the timestamp for the ``run_id`` is different for each. - `CronTriggerTimetable`_ has a ``run_id`` timestamp showing when DAG run started. Review Comment: One more nit of clarification. DAG Runs can be delayed but those delays don't change the run_id. ```suggestion - `CronTriggerTimetable`_ has a ``run_id`` timestamp showing when DAG run is able to start. ``` -- 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]
