`meltano invoke targetname` seems to be messed up
# troubleshooting
v
meltano invoke targetname
seems to be messed up
e
Hi Derek, are you piping something in particular to that command? I suspect there'd be some issues with runtime-injected configs that the target normally receives in
elt
v
I didn't just to prove there's an error. I did try to pipe output from a tap, and had an error. I'm pretty sure if you run
tap-csv > out
then
cat out | target-csv
you'll have the same issue