david_welch
08/24/2022, 2:29 PMtap-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:
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
meltano elt tap-quickbooks target-postgres
working, or at least how to feed records.json
from the first example to the target-postgres
Thoughts?taylor
08/24/2022, 4:02 PMcapabilities:
- properties
- discover
- state
to the definition of tap-quickbooks then it should work. Meltano handles the generation of the catalog/properties json for you. Also note that properties
and catalog
are synonymous, but properties
is deprecated in favor of catalog
.taylor
08/24/2022, 7:18 PMpat_nadolny
08/24/2022, 8:27 PMmeltano lock tap-quickbooks --update
you should pull in the updated definition (assuming your on meltano version >=2.0)david_welch
08/25/2022, 9:23 PMdavid_welch
08/25/2022, 9:23 PM*.*
, which failed to match anythingdavid_welch
08/25/2022, 9:24 PMdavid_welch
08/25/2022, 9:25 PM