Hello, Following on from my problems above i've h...
# meltano-plugin-development
m
Hello, Following on from my problems above i've had my PR merged into the airbyte github repo https://github.com/airbytehq/airbyte/pull/43048 this allows you to add a custom URL for the plausible extractor. I have one question, when will this update be available via tap-plausible in meltano? do i need to update it for meltano? is there a tap repo somewhere?
e
I'm not familiar with the airbyte wrapper for Meltano, but I think there's nothing else to do on its end
m
Ok so to follow this up... do i need to update this ? https://github.com/meltano/hub/blob/main/_data/meltano/extractors/tap-plausible/airbyte.yml So i can use the new setting i added into the airbyte source?
Just to confirm i've added it in the airbyte repo but im specifically asking about using this from meltano.
e
Oh right, we can certainly add it to the Hub source (PRs welcome!) and in the meantime you can add the setting in `meltano.yml`:
Copy code
plugins:
  extractors:
  - name: tap-plausible
    settings:
    - name: api_url
m
ok coolio https://github.com/meltano/hub/pull/1820 i hope i did it right 😄 hehe.
e
Merged! You can update your lock file with
meltano lock --update --all
.
🙌 1
m
trace.txt
So i've tried to set all this and i do now get the settings that we've added but i get Plugin configuration is invalid Catalog discovery failed with the above trace that i've added. And i'm really not sure what i can do from here? i've tried the trouble shooting page but i cant find anything that points to the issue i'm having
e
Oh, I think that's going to be addressed by https://github.com/MeltanoLabs/tap-airbyte-wrapper/pull/20