You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/20 16:15:19 UTC

[GitHub] [airflow] eladkal commented on issue #25092: MsSqlHook.get_sqlalchemy_engine uses pyodbc instead of pymssql

eladkal commented on issue #25092:
URL: https://github.com/apache/airflow/issues/25092#issuecomment-1190482944

   MsSql provider had odbc in the past since pymssql was discontinued. However later the package started continue support and release so the provider was modified to support pymssql and odbc was removed.
   
   For odbc you should use odbc provider directly.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org