Quantco / pytsql

Run mssql scripts from Python.
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Deal with freetds driver in CI #17

Open ivergara opened 2 years ago

ivergara commented 2 years ago

To handle the freetds driver, a separate job is needed that installs the relevant driver, adding it to the drivers list ends up with

sqlalchemy.exc.DBAPIError: (pyodbc.Error) ('01000', "[01000] [unixODBC][Driver Manager]Can't open lib 'libtdsodbc.so' : file not found (0) (SQLDriverConnect)")