Replies: 1 comment 3 replies
-
Hi @cawoodjm , we support integrated authentication for mssql. To enable it, the connection string looks like this: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does connectorx ("==0.2.4a9") support connections to MSSQL via AD auth. If I was using sqlalchemy I will use
sqlalchemy.create_engine(f'mssql+pymssql://{ms_sql_user}:{ms_sql_password}@{ms_sql_server}/{ms_sql_db}')
, but when I add mssql+pymssql to the string passed to connectorx I get a "not supported" error. Side note, these connections are being made from linux. Typically to accomplish AD auth fromnon-windows systems a third party tool must be used, namely FreeTDS. Which in our case Free TDS is packaged inside the python module pymssql.
Thoughts on the matter?
Beta Was this translation helpful? Give feedback.
All reactions