-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(mssql): authentication issues #6012
Comments
Hi @ededovic! Can you show the traceback, or if not that, some more information from the error you're seeing? It's hard to tell what could be going wrong without that! |
@ededovic Any updates here? |
mssql connection is just lighlty wrapped by a class to pass the parameters. Typically I connect to it via odbc: for ibis I'm passing this, but maybe it is not correct, as it is handled via windows authentication. I also tried by dropping password.
This is edited snipped of stack trace of the error:
|
This should be fixed in #7317. Please try this out on the |
What happened?
I keep getting authentication error when attempting to connect to
ibis.mssql.connect(...)
. In general, I connect to that database using pyodbc w/o password, and I'm not entirely sure how to set it up in ibis.What version of ibis are you using?
5.1
What backend(s) are you using, if any?
MSSQL
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: