Join Slack
Powered by
hi , is there a target that just prints console. I...
# getting-started
s
surya_g
10/19/2021, 2:03 PM
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
visch
10/19/2021, 2:07 PM
meltano invoke tap-name
This prints your data to stderr and stdout 😄
s
surya_g
10/19/2021, 4:44 PM
TIL.
thankyou
v
visch
10/19/2021, 4:46 PM
Glad it works, to be more specefic stderr = log data, stdout = singer data (record, schema, state)
5
Views
Open in Slack
Previous
Next