Henning Holgersen
01/27/2023, 1:18 PMtap.properties.json
unless I specified the capabilities (state, discover, catalog) - and as a result it only outputted the schemas, no content. The hub page lists these three capabilities though, what difference could the capabilities key do?visch
01/27/2023, 1:44 PMproperties
listed for tap-jira
it sounds like you're saying it should be catalog
instead of properties
(Singer used to call them properties not catalog)
This tells meltano how to call the tap, if you run in debug mode you'll see the different ways the two call the tap (I think the difference is calling with tap-jira --catalog catalog.json --config.json config.json
and tap-jira --properties catalog.json --config.config.json
visch
01/27/2023, 1:44 PMcatalog
, normally someone puts properties on purpose though?visch
01/27/2023, 1:45 PM<https://github.com/singer-io/tap-jira>
tap-jira -c config.json -p catalog-file.json
is called with -p meaning properties seems right. Maybe the readme is wrong 🤷Henning Holgersen
01/27/2023, 1:55 PM