Hello Meltano team, I have been stuck on this for ...
# getting-started
p
Hello Meltano team, I have been stuck on this for a couple of days now. When running meltano invoke tap-my-custom-source I get this in return [Errno 13] Permission denied: “path to .sh file” I tried giving the file permissions but it doesn’t seem to be the solution. Is this is a known error? Thank you
e
Hi @paul_sun! Are you using a custom shell script as executable for
tap-my-custom-source
?
p
yea, now I just commented out - discover and -catalog since Idon’t know how to implement that in the .sh file
e
Note that you don't need the shell script if you use the PEP660-compatible version of poetry-core: https://github.com/MeltanoLabs/tap-stackexchange/blob/main/pyproject.toml#L50. That allows you to make editable installations of your package with pip: https://github.com/MeltanoLabs/tap-stackexchange/blob/main/meltano.yml#L8
p
thank you Edgar!