Dev-iL commented on PR #55954: URL: https://github.com/apache/airflow/pull/55954#issuecomment-3342909246
The only reason I can think of having dual 1.4/2.0 support is to give users a chance to upgrade user-code to SQLA2 (if it isn't compatible with that yet). Otherwise, if there are any deprecations or changes in Airflow itself, it will require users to upgrade not only Airflow-specific code, but also all of their ORM/db code - which might be a big reason to hold off upgrading. Unfortunately, there are no SQLA-specific Ruff inspections yet ([ref1](https://github.com/astral-sh/ruff/issues/16864), [ref2](https://github.com/astral-sh/ruff/issues/16864)). -- 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]
