superduper
superduper copied to clipboard
[BUGS-0.2.0] MSSQL 2022 connection error
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 ?
We should document what users need to do with their system to get this working.