Skip to content
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 2022 connection error #2053

Open
fnikolai opened this issue May 14, 2024 · 1 comment
Open

[BUG] MSSQL 2022 connection error #2053

fnikolai opened this issue May 14, 2024 · 1 comment

Comments

@fnikolai
Copy link
Collaborator

When trying to connect to MSSQL I get the following error:

2024-May-14 15:17:31.76| ERROR    | moumia  | superduperdb.base.build:59   | Error initializing to Metadata Client: (pyodbc.InterfaceError) ('IM002', '[IM002] [unixODB
C][Driver Manager]Data source name not found and no default driver specified (0) (SQLDriverConnect)')

According to ibis, we need to set the default driver on the connection string.

https://ibis-project.org/backends/mssql

How can we do it ?

@blythed
Copy link
Collaborator

blythed commented May 17, 2024

We should document what users need to do with their system to get this working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants