Hey all, wondering if anyone has recent experience...
# plugins-general
d
Hey all, wondering if anyone has recent experience getting
tap-quickbooks
working in Meltano. I’ve got it working with
invoke
by manually passing in the properties file, but I’d really like to get it to sync via
elt
to
target-postgres
. I saw the threads from a year ago and 8 months ago, but it looks like the general consensus was that you could use the tap a la:
Copy code
meltano invoke tap-quickbooks \
  --properties .meltano/run/tap-quickbooks/tap.properties.json \
  --catalog .meltano/run/tap-quickbooks/tap.properties.json > records.json
New to meltano + singer + etc, so looking for advice on how to either get something like the following
Copy code
meltano elt tap-quickbooks target-postgres
working, or at least how to feed
records.json
from the first example to the
target-postgres
Thoughts?