wintersrd / pipelinewise-tap-mssql

Pipelinewise tap for Microsoft SQL Server
GNU Affero General Public License v3.0
14 stars 50 forks source link

pymssql is broken in latest release #38

Closed s7clarke10 closed 1 year ago

s7clarke10 commented 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.

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.

s7clarke10 commented 1 year ago

Resolved by: https://github.com/wintersrd/pipelinewise-tap-mssql/pull/39