I'm seeing some failures today on one of my pipeli...
# troubleshooting
c
I'm seeing some failures today on one of my pipelines with a code of
-9
and a blank error message... does anyone have any information on what that means?
a
Hi, @chris_barnes.I'm not sure what would cause this. Do you mind opening an issue with the command you are running and perhaps a snippet of your meltano.yml file for the plugin/task in question?
Is this with the latest version of meltano and did you make any recent changes, such as upgrading or changing settings?
c
it's v2.0.1, and I've been changing settings such as
itersize
in a
tap-postgres
and
batch_size_rows
in a
target-snowflake
in order to try to alleviate some query timeouts I've been seeing in our pipe
I can certainly open an issue
a
Thanks - I think that would be very helpful. There are probably two factors here we'd want to address. One is the failure itself but it sounds like another is the (lack of) clarity in the error message we're providing.
Helpful context in the issue would be: 1. What command(s) you are invoking when you see the error. 2. Full log from the console output. 3. Snippets from
meltano.yml
for the plugin(s) having this behavior.
c
Done and done. Please let me know if there is anything else I can provide that might be helpful
and thank you for getting back to me!