josh_lloyd
10/28/2022, 6:04 PMtap-gainsightpx
and now I’m trying to install and use it within my project. When I install it meltano install extractor tap-gainsightpx
it installs as expected but when I try to invoke it or use it in and elt command I get Extractor 'tap-gainsightx' is not known to Meltano
. This has happened to others apparently but none of the solutions I’ve seen have worked for me.josh_lloyd
10/28/2022, 6:04 PMmeltano.yml
configuration:
- name: tap-gainsightpx
namespace: tap_gainsightpx
variant: widen
pip_url: tap-gainsightpx
executable: tap-gainsightpx
capabilities:
- state
- catalog
- discover
- about
- stream-maps
settings:
- name: api_url
kind: string
- name: api_key
kind: password
- name: page_size
kind: integer
- name: start_date
kind: string
config:
api_url: <https://api.aptrinsic.com/v1>
select:
- "*.*"
pat_nadolny
10/28/2022, 6:16 PMmeltano install extractor tap-gainsightpx
then meltano invoke tap-gainsightpx
and it worked minus config errors singer_sdk.exceptions.ConfigValidationError: Config validation failed: 'api_key' is a required property
pat_nadolny
10/28/2022, 6:16 PMmeltano install extractor tap-gainsightpx --clean
to get a fresh install?josh_lloyd
10/28/2022, 6:21 PMedgar_ramirez_mondragon
10/28/2022, 6:48 PMedgar_ramirez_mondragon
10/28/2022, 6:57 PM