Hello everyone! I tried to create a Meltano pipeli...
# getting-started
p
Hello everyone! I tried to create a Meltano pipeline with this tap-intacct (https://github.com/singer-io/tap-intacct/) and target-csv for a test but doesn't work. When I debug with --log-level=debug I don't see any error and get the message Block run completed. Somebody have used this tap or have any idea about what can I check or can I do?
e
Hi Pablo. Can you try running
meltano select tap-intacct --list --all
to see if any streams are selected?
p
Hi Edgar. When I run this command I get this message: Cannot list the selected attributes: Could not find catalog. Verify that the tap supports discovery mode and advertises the
discover
capability as well as either
catalog
or
properties
e
Ok, I think this is a plugin that you added manually to your
meltano.yml
so you might be missing a capability (see the docs for an example). Otherwise you can share your
meltano.yml
here.
p
Yes I did add manually. I'll check again this part of the documentation to know if I missing something.