jan_soubusta
02/21/2023, 2:03 PMmeltano --environment cicd_dev run tap-github-repo target-snowflake
It fails:
023-02-21T13:59:48.317777Z [error ] Cannot start plugin tap-github-repo: Executable 'tap-github' could not be found. Extractor 'tap-github-repo' may not have been installed yet using `meltano install extractor tap-github-repo`, or the executable name may be incorrect.
I bumped version of Meltano to the latest 2.15.3, recreated venv
, but it is still failing.
In Gitlab, where I use v2.12 (based on your Docker image), the same meltano.yml
works.
Any clue?willi_langlitz
02/21/2023, 4:38 PMexecutable: tap-github
Just add this under the inherit_from settingwilli_langlitz
02/21/2023, 4:40 PMjan_soubusta
02/21/2023, 6:00 PMjan_soubusta
02/21/2023, 6:06 PMjan_soubusta
02/21/2023, 6:06 PMjan_soubusta
02/21/2023, 6:08 PMtap-github
executable really does not exist, if I install the tap with meltano install
jan_soubusta
02/21/2023, 6:13 PMrm -rf .meltano
jan_soubusta
02/21/2023, 6:58 PMSven Balnojan
02/28/2023, 1:37 PMjan_soubusta
02/28/2023, 4:47 PMSven Balnojan
03/01/2023, 9:32 AMedgar_ramirez_mondragon
03/01/2023, 2:35 PMmeltano install --clean
should also have worked