jx2lee commented on code in PR #52646:
URL: https://github.com/apache/airflow/pull/52646#discussion_r2180081729


##########
providers/microsoft/mssql/docs/changelog.rst:
##########
@@ -144,6 +144,10 @@ Features
 
 * ``Support connection extra parameters in MsSqlHook (#44310)``
 
+.. warning::
+  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'.

Review Comment:
   Thanks. I moved this to Break changes, below deprecated classes. Is it right?



-- 
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]

Reply via email to