Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions providers/microsoft/mssql/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ Breaking changes
* Operators
* Remove ``airflow.providers.microsoft.mssql.operators.mssql.MsSqlOperator``. Please use ``airflow.providers.common.sql.operators.sql.SQLExecuteQueryOperator``.

If you are using an ODBC driver, please use ``airflow.providers.odbc.hooks.OdbcHook`` instead of ``MsSqlHook`` as it is specifically
designed to handle ODBC-specific parameters like 'driver' and 'encrypt'.

* ``Remove Provider Deprecations in Microsoft-MSSQL (#44762)``

Features
Expand Down
Loading