eladkal commented on code in PR #52646: URL: https://github.com/apache/airflow/pull/52646#discussion_r2177802104
########## 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: Lets move this to the breaking changes section? -- 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]
