gmuenchCB commented on PR #33404: URL: https://github.com/apache/airflow/pull/33404#issuecomment-1875730551
> > The docs are wrong. I have been hoping to make a PR to fix them but hadn't had a chance. > > In this case, I would say the behavior described in the docs should be the actual behavior. The fix made in [this](https://github.com/apache/airflow/pull/33404) PR is great, but it shouldn't alter the bahavior for the 1st triggered run. The flag `catchup=False` makes it further confusing that 1st run is triggered for ongoing interval. I am only 6 months late (sorry about that!), but I think what TP suggested here [#27399 (comment)](https://github.com/apache/airflow/issues/27399#issuecomment-1639846860) about adding a flag is more reasonable. Open to other better suggestions as adding a flag just adds more "read the docs" burden on the users. I agree with @shubham22 here. A DAG should not be triggered to run for the first time prior to its scheduled run time using CronTriggerTimetable. This is the point of Catchup=False. -- 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]
