superduper icon indicating copy to clipboard operation
superduper copied to clipboard

[BUGS-0.2.0] MSSQL 2022 connection error

Open fnikolai opened this issue 9 months ago • 1 comments

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 ?

fnikolai avatar May 14 '24 12:05 fnikolai

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

blythed avatar May 17 '24 08:05 blythed