Closed s7clarke10 closed 1 year ago
The latest version of pymssql (2.2.8) is broken. This latest version need to be excluded in the project.toml install file.
project.toml
Proposed Fix:
# pymssql==2.2.8 broken: https://github.com/pymssql/pymssql/issues/833 pymssql = ">=2.1.1,!=2.2.8"
Example of working file: https://github.dev/s7clarke11/pipelinewise-tap-mssql/blob/master/pyproject.toml
I have not submitted a PR yet as I am still testing a number of changes which will be submitted in a PR in the next day or two.
Resolved by: https://github.com/wintersrd/pipelinewise-tap-mssql/pull/39
The latest version of pymssql (2.2.8) is broken. This latest version need to be excluded in the
project.toml
install file.Proposed Fix:
Example of working file: https://github.dev/s7clarke11/pipelinewise-tap-mssql/blob/master/pyproject.toml
I have not submitted a PR yet as I am still testing a number of changes which will be submitted in a PR in the next day or two.