hi everyone, there's a weird error I'm facing righ...
# troubleshooting
p
hi everyone, there's a weird error I'm facing right now trying to run my container:
Copy code
Catalog discovery failed: command ['/project/.meltano/extractors/tap-jira/venv/bin/tap-airbyte', '--config', '/project/.meltano/run/tap-jira/tap.a71fa890-71e4-4246-a3cf-09b366f1334f.config.json', '--discover'] returned 1 with stderr:
 Could not find docker on PATH. Please verify that docker is installed and on PATH.
This was not the case earlier. I've tried to remove all sort of run files (
.meltano
) but still doesn't work. Anyone has this too / or know a work around?
w
Hi @prakhar_srivastava. Do you know of anything that changed between when it worked versus now? If you're using the official Meltano Docker image, did you update to a new image?
Regardless of why this is no longer working, it seems that you're using an Airbyte tap, which all require Docker to run. Are you able to install Docked and make it available on
$PATH
?
p
hey @Will Da Silva (Arch) thanks for getting back. Nothing has changed in the image. I am using
meltano add files files-docker
to get the docker files and then making the image.
Regardless of why this is no longer working, it seems that you're using an Airbyte tap, which all require Docker to run. Are you able to install Docked and make it available on
$PATH
?
I've installed docker on my local -- it's a mac so while installation it automatically adds docker to
$PATH