Singer-IO JIRA tap - Not getting records

172 Views Asked by At

I am getting only Projects and Versions Stream RECORDS only; Catalog(properties.json) contain 11 streams.

How to get other Streams RECORDS also? I run this command:

tap-jira -c config.json -p properties.json > finaloutput.json

My properties.json is here:

properties.json

1

There are 1 best solutions below

0
On

I think the sync command is the following:

tap --config config.json --catalog properties.json

according to the sync doc

Actually this works for me through meltano orchestration.

And I suppose you got the properties.json using:

tap --config config.json --discover > properties.json

discovery doc