We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d47e93 commit b000928Copy full SHA for b000928
providers/microsoft/mssql/docs/changelog.rst
@@ -137,6 +137,9 @@ Breaking changes
137
* Operators
138
* Remove ``airflow.providers.microsoft.mssql.operators.mssql.MsSqlOperator``. Please use ``airflow.providers.common.sql.operators.sql.SQLExecuteQueryOperator``.
139
140
+ If you are using an ODBC driver, please use ``airflow.providers.odbc.hooks.OdbcHook`` instead of ``MsSqlHook`` as it is specifically
141
+ designed to handle ODBC-specific parameters like 'driver' and 'encrypt'.
142
+
143
* ``Remove Provider Deprecations in Microsoft-MSSQL (#44762)``
144
145
Features
0 commit comments