mik-laj commented on pull request #18382:
URL: https://github.com/apache/airflow/pull/18382#issuecomment-923611066


   @potiuk SQLAlchemy published some recommendations about preferred drivers:  
   PyODBC has the best Unicode support.
   https://docs.sqlalchemy.org/en/14/dialects/mssql.html#driver-unicode-support
   
   > Deprecated since version 1.4: The mxODBC DBAPI is deprecated and will be 
removed in a future version. Please use one of the supported DBAPIs to connect 
to mssql.
   
   
https://docs.sqlalchemy.org/en/14/dialects/mssql.html#dialect-mssql-mxodbc-connect
   
   >pymssql is currently not included in SQLAlchemy’s continuous integration 
(CI) testing.
   
   
https://docs.sqlalchemy.org/en/14/dialects/mssql.html#module-sqlalchemy.dialects.mssql.pymssql
   
   


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