Hi everyone, I'm attempting to debug a target. How...
# singer-targets
j
Hi everyone, I'm attempting to debug a target. How do users normally provide input to test a target?
v
cat data.singer | target-name
a
We have a generic
tap-smoke-test
which can send basic test workloads to any target. https://github.com/meltano/tap-smoke-test
Also - this is coming soon to the SDK: https://github.com/meltano/sdk/pull/1171
j
Thank you both!