Feel like a regression but maybe I"m remembering w...
# troubleshooting
v
Feel like a regression but maybe I"m remembering wrong, why doesn't stderr print during discover runs of tap in Meltano?
e
during discover runs
do you mean
meltano invoke <tap> --discover
?
v
No,
meltano invoke tap-name
during that process discover gets called, it's taking a while to run to figure out why I wanted to add some logging. Ends up that stderr just isn't printed until the end of the run https://github.com/meltano/meltano/blob/cdc05a39ae830b626f7b7849507160199af62efb/src/meltano/core/plugin/singer/tap.py#L511 Calling the tap directly (or with --discover) allows stderr to print to console along the way
For me it wasn't getting there as I have backoff in place for long periods of time
e
Ah, yup
v
Yeah probably not a regression just this expectation I can't get myself to remember