Join Slack
Powered by
Additionally, when I run `invoke` or `elt` with th...
# plugins-general
m
michael_cooper
08/25/2020, 8:32 PM
Additionally, when I run
invoke
or
elt
with this tap, I get
{"type": "STATE", "value": {}}
for the output. Is
value
the records to be added?
d
douwe_maan
08/25/2020, 8:34 PM
No, that's the tap outputting state:
https://github.com/singer-io/getting-started/blob/master/docs/CONFIG_AND_STATE.md#state-file
/
https://meltano.com/docs/command-line-interface.html#pipeline-state
douwe_maan
08/25/2020, 8:34 PM
Records would have their own RECORD messages:
https://github.com/singer-io/getting-started/blob/master/docs/SPEC.md#record-message
Open in Slack
Previous
Next