hi, i want to ask about message generated by extra...
# getting-started
t
hi, i want to ask about message generated by extractor. 1. How can i see the size of generated message by the extractor? 2. Why my real data is just less than 1MiB but the size of message is greater than 5MiB? Thanks for helps!
v
meltano invoke tap-name > out
to see the raw singer messages!
👍 1
beauty with this is you can take the file (without hitting the source again and pipe it into your target)
cat out | meltano invoke target-name