As a heads up. For users of <pipelinewise-tap-mssq...
# troubleshooting
s
As a heads up. For users of pipelinewise-tap-mssql, there is an issue with the pymssql library. A pull request has been opened to resolve this (which happens to have a number of other enhancements which have been waiting in the wings). If you need to urgently patch your version of pipelinewise-tap-mssql look at the changes in pyproject.toml file. As a FYI, here is the fix.
Copy code
# pymssql==2.2.8 broken: <https://github.com/pymssql/pymssql/issues/833>
pymssql = ">=2.1.1,!=2.2.8"
v
I've hit multiple issues with
pymssql
myself 😕 https://github.com/pymssql/pymssql/issues/695 was the latest 😕