seungchan_lee
02/05/2024, 4:33 AMmeltano run tap-csv target-s3
and keep getting an error saying Executable 'tap-csv' could not be found.
But I can see that in /.meltano/extractors
, there's tap-csv
. How can I further debug this? I tried using --log-level=debug
and it shows FileNotFoundError: [Errno 2] No such file or directory: '.../.meltano/extractors/tap-csv/venv/bin/tap-csv'
, but I can cd
into the /bin
and see the tap-csv
.
Re-running meltano install extractor tap-csv
doesn't seem to help either.Reuben (Matatika)
02/05/2024, 11:34 AMmeltano install --clean extractor tap-csv
?
Otherwise, can you share your meltano.yml
and the .lock
file for tap-csv
(under plugins
)?seungchan_lee
02/05/2024, 4:14 PMseungchan_lee
02/05/2024, 4:15 PMReuben (Matatika)
02/05/2024, 5:05 PM