hi , is there a target that just prints console. I...
# getting-started
s
hi , is there a target that just prints console. I am trying to test a tap but not ready to send it to target.
v
meltano invoke tap-name
This prints your data to stderr and stdout 😄
s
TIL. thankyou
v
Glad it works, to be more specefic stderr = log data, stdout = singer data (record, schema, state)