ashb commented on a change in pull request #12466:
URL: https://github.com/apache/airflow/pull/12466#discussion_r531484268
##########
File path: airflow/providers/microsoft/mssql/hooks/mssql.py
##########
@@ -36,7 +37,7 @@ def __init__(self, *args, **kwargs) -> None:
(
"This class is deprecated and will be removed in Airflow
2.0.\n"
"pymssql is discontinued. See
https://github.com/pymssql/pymssql/issues/668.\n"
- "Please use `airflow.providers.odbc.hooks.odbc.OdbcHook`"
Review comment:
Is this deprecation just because pymsql _was_ deprecated but is no
longer?
If so could we not remove this depreaction, and not have to add the new
`MsSqlHookWithOdbcHook` class?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]