benjamin_sicard
06/07/2023, 3:35 PM- name: tap-gitlab
variant: meltanolabs
pip_url: git+<https://github.com/MeltanoLabs/tap-gitlab.git@v2.0.0>
However, I can't make it work anymore, I get the following errors when trying to re-install it or add it:
Running command git clone --filter=blob:none --quiet <https://github.com/MeltanoLabs/tap-gitlab.git> /private/var/folders/ym/1w1x3qld4b9bqhl937fs9tnw0000gn/T/pip-req-build-fy7vr49y
Running command git checkout -q aea50e8dfbbe22db279db8e3a9cf2c4ae1302354
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [20 lines of output]
Collecting poetry-core@ git+<https://github.com/python-poetry/poetry-core.git@master>
Cloning <https://github.com/python-poetry/poetry-core.git> (to revision master) to /private/var/folders/ym/1w1x3qld4b9bqhl937fs9tnw0000gn/T/pip-install-ohm0315i/poetry-core_0c9da48f9a7544ac87a14101bfb3ce10
Running command git clone --filter=blob:none --quiet <https://github.com/python-poetry/poetry-core.git> /private/var/folders/ym/1w1x3qld4b9bqhl937fs9tnw0000gn/T/pip-install-ohm0315i/poetry-core_0c9da48f9a7544ac87a14101bfb3ce10
WARNING: Did not find branch or tag 'master', assuming revision or ref.
Running command git checkout -q master
error: pathspec 'master' did not match any file(s) known to git
error: subprocess-exited-with-error
× git checkout -q master did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× git checkout -q master did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
It seems that Meltano can't find this version of the plugin: https://github.com/MeltanoLabs/tap-gitlab/releases/tag/v2.0.0
Thank youedgar_ramirez_mondragon
06/07/2023, 5:37 PMbenjamin_sicard
06/07/2023, 7:34 PMbenjamin_sicard
06/08/2023, 8:10 AM