I’m trying to debug a temperamental source. The co...
# troubleshooting
h
I’m trying to debug a temperamental source. The connection fails when I run
meltano [invoke | elt | run] <source>
, but running
meltano invoke <source> --discover
works. Is there some documentation on what is executed with the invoke command, with and without the different options?
Thinking a bit more about this, is meltano invoke <tap> for all practical purposes just an alias for running <tap> directly (in its venv)? All arguments passed directly to the tap?
v
To see exactly what happens use --log-level=debug https://docs.meltano.com/reference/command-line-interface#debugging
Kind of is the answer 🤷
h
Thank you. I realized I probably haven’t pinpointed well enogh to write a good question yet. log-level=debug didn’t entirely make sense to me, it seemed to create a config file that disappeared again? Some other weirdness too suggests there is something off with my config.
v
so
meltano --log-level=debug invoke tap-name
that will print out a ton of stuff to console