potiuk commented on code in PR #40751:
URL: https://github.com/apache/airflow/pull/40751#discussion_r1692896930
##########
airflow/providers/odbc/hooks/odbc.py:
##########
@@ -99,15 +92,6 @@ def sqlalchemy_scheme(self) -> str:
raise RuntimeError("sqlalchemy_scheme in connection extra should
not contain : or / characters")
return self._sqlalchemy_scheme or extra_scheme or
self.DEFAULT_SQLALCHEMY_SCHEME
- @property
Review Comment:
Those removals will require to add common.sql >= next.version in
dependencies of providers that have them removed.
--
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]