uranusjr commented on issue #41641: URL: https://github.com/apache/airflow/issues/41641#issuecomment-2485473821
I tried my hands on implementing a rule in Ruff. This one checks if a DAG uses the `schedule` argument explicitly, and errors if there’s no such argument (i.e. user is relying on the implicit default, which changes in 3.0), or a deprecated argument is used. Does this look reasonable enough for people to build on? I’ll produce a more detailed writeup of what to do if we feel this is the way to go. https://github.com/uranusjr/ruff/pull/1/files -- 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]
