uranusjr commented on PR #41397: URL: https://github.com/apache/airflow/pull/41397#issuecomment-2287023261
The problem with `default_schedule=0 0 * * *` is I don’t really want to spend time on additional parsing for `timedelta(days=1)` (the current default and must be supported), something that almost no people need in the first place. `default_daily_schedule` sounds fine to me. What do you think about the strategy though @eladkal @potiuk? As I mentioned, fixing the tests for 2.10 is not really viable, so if we want to emit a deprecation warning, the best way is to ignore it in configs and fix them later. And do you feel strongly the config should or should not exist in 3.0? -- 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]
