1

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

halfer
  • 19,824
  • 17
  • 99
  • 186
Sun
  • 3,444
  • 7
  • 53
  • 83

1 Answers1

0

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

peter.nagy
  • 111
  • 1
  • 5