eladkal commented on PR #35392: URL: https://github.com/apache/airflow/pull/35392#issuecomment-1826401001
> Bas is not saying catchup false is not intuitive in general, he's talking about the specific behavior that a run is immediately created even when catchup is false. It runs immediately because of `start_date` not because of catchup. If `start_date` would be set correctly there won't be an immediate run. For better or worst airflow schedule runs at the end of interval so if the interval has ended a run would be created. I do agree that any place of confusion is something that we should handle and simply but this specific pain feels out of scope for this PR. -- 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]
