Hi all! Trying to use the singer-io variant of th...
# troubleshooting
r
Hi all! Trying to use the singer-io variant of the ms-sql tap but running into issues. Wondering if perhaps the documentation isnt fully up to date with its supported status? Getting; "Installing extractor 'tap-mssql'... Extractor 'tap-mssql' could not be installed: failed to install plugin 'tap-mssql'. Running command git clone --filter=blob:none --quiet https://github.com/singer-io/tap-mssql.git /tmp/pip-req-build-eef8gzo6 ERROR: git+https://github.com/singer-io/tap-mssql.git does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found." Seems to install work on the default extractor....any ideas?
v
Have you tried the main variant from the hub? https://hub.meltano.com/extractors/tap-mssql
t
That tap isn't written in Python so I don't think it will work with Meltano. We use the firebend fork (https://github.com/firebend/pipelinewise-tap-mssql) - it seems to be the most up-to-date.