casey_mau
09/06/2024, 3:18 PM2024-09-06T09:15:07,995 Running command git checkout -q master
2024-09-06T09:15:07,999 error: pathspec 'master' did not match any file(s) known to git
2024-09-06T09:15:08,003 error: subprocess-exited-with-error
Is there a way to specify which branch to use since I believe master doesn't exist, just main does.casey_mau
09/06/2024, 3:20 PM.meltano/extractors/tap-linear/venv/lib/python3.10/site-packages/pip/__pip-runner__.py install --ignore-installed --no-user --prefix /tmp/pip-build-env-j6ztdxan/overlay --no-warn-script-location --disable-pip-version-check -vv --no-binary :none: --only-binary :none: -i <https://pypi.org/simple> -- 'poetry-core @ git+<https://github.com/python-poetry/poetry-core.git@master>'
Edgar Ramírez (Arch.dev)
09/06/2024, 4:06 PMpip_url
look like for that tap?casey_mau
09/06/2024, 5:13 PM- name: tap-linear
variant: getoslash
pip_url: git+<https://github.com/getoslash/tap-linear.git>
I tried to fork that repo since it is a little old and update things but am still getting the same error even when trying to install the custom extractor locally.Edgar Ramírez (Arch.dev)
09/06/2024, 6:25 PMmaster
as the default branch, I think?
Can you try
pip_url: git+<https://github.com/getoslash/tap-linear.git@main>
casey_mau
10/11/2024, 9:10 PM2024-10-11T15:01:31,766 Collecting poetry-core@ git+<https://github.com/python-poetry/poetry-core.git@master>
2024-10-11T15:01:31,766 Cloning <https://github.com/python-poetry/poetry-core.git> (to revision master) to /tmp/pip-install-hxscm6cb/poetry-core_db3a1b063c934e6389648860dffe2d90
2024-10-11T15:01:31,766 Running command git version
2024-10-11T15:01:31,780 git version 2.46.1
2024-10-11T15:01:31,780 Running command git clone --filter=blob:none --verbose --progress <https://github.com/python-poetry/poetry-core.git> /tmp/pip-install-hxscm6cb/poetry-core_db3a1b063c934e6389648860dffe2d90
2024-10-11T15:01:31,800 Cloning into '/tmp/pip-install-hxscm6cb/poetry-core_db3a1b063c934e6389648860dffe2d90'...
Is this something that meltano does by itself?casey_mau
10/11/2024, 9:12 PMEdgar Ramírez (Arch.dev)
10/14/2024, 10:27 PMEdgar Ramírez (Arch.dev)
10/14/2024, 10:28 PMpip_url: <https://github.com/edgarrmondragon/tap-linear.git@patch-1>
casey_mau
10/15/2024, 2:30 PMcasey_mau
10/15/2024, 2:30 PMcasey_mau
10/15/2024, 2:31 PM