potiuk commented on PR #33404:
URL: https://github.com/apache/airflow/pull/33404#issuecomment-1872502694

   But the decription quoted by the user contradicts it IMHO 
https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/timetable.html#the-time-when-a-dag-run-is-triggered
   
   > Here is an example showing how the first DAG run is triggered. Supposes 
there is a cron expression @daily or 0 0 * * *, which is aimed to run at 12AM 
every day. If you enable DAGs using the two timetables at 3PM on January 31st, 
[CronTriggerTimetable](https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/timetable.html#crontriggertimetable)
 will trigger a new DAG run at 12AM on February 1st. 
[CronDataIntervalTimetable](https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/timetable.html#crondataintervaltimetable),
 on the other hand, will immediately trigger a new DAG run which is supposed to 
trigger at 12AM on January 31st if the DAG had been enabled beforehand.
   
   So yeah. I am also confused what are the expectations here - @uranusjr - do 
you know?


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