florian
11/17/2022, 7:46 PMmeltano config tap-freshdesk set --interactive
But it seems, that it fails to create the config.yml under "/.meltano/run/tap-freshdesk/". I get the following error (first screenshot):
Plugin configuration is invalid
Catalog discovery failed: command ['/home/lfadmin/meltano-projects/freshdesk_tst/.meltano/extractors/tap-freshdesk/venv/bin/tap-freshdesk', '--config', '/home/lfadmin/meltano-projects/freshdesk_tst/.meltano/run/tap-freshdesk/tap.9b3d55e9-5861-43bd-8167-03d93eca7f86.config.json', '--discover'] returned 2 with stderr:
usage: tap-freshdesk [-h] -c CONFIG [-s STATE]
tap-freshdesk: error: unrecognized arguments: --discover
But as I said I got the configs shown in the second screenshot. How can I fix this?visch
11/17/2022, 8:06 PMtap-freshdesk: error: unrecognized arguments: --discover
Smells like a capability is set wrong.
Could you share your meltano.ymlvisch
11/17/2022, 8:06 PMflorian
11/17/2022, 8:16 PMvisch
11/17/2022, 9:20 PMcapabilities:
- state
It looks like freshdesk doesn't support catalogs / properties.visch
11/17/2022, 9:20 PMvisch
11/17/2022, 9:21 PMvisch
11/18/2022, 1:52 PMpat_nadolny
11/18/2022, 6:41 PMmeltano lock tap-freshdesk --update to pull in the updated metadata into your project. Also I wanted to note that it's a bit unusual to not allow the catalog or discovery capabilities which means some Meltano features like selecting streams wont work, it will just pull all streams.pat_nadolny
11/18/2022, 6:41 PM