Anyone actively using the Ship Hero tap? <https://...
# plugins-general
s
Anyone actively using the Ship Hero tap? https://hub.meltano.com/extractors/tap-shiphero/ Seems like Ship Hero switched to GQL API and deprecated their REST API (which is what the tap retrieves from). I haven't been able to get it to work and I suspect it's due to the API change. Curious if anyone has gotten it running?
1
e
If the REST API is deprecated, it's probably a good idea to update the existing tap or create a new one with GraphQL support anyway (maybe by porting it to the SDK)
s
got it, working on a new one for GraphQL now!
🙌 1
Hey @Edgar Ramírez (Arch.dev) got a working tap here that queries Ship Hero's GQL api: https://github.com/definite-app/tap-shiphero
How can I get it added to Meltano hub? Preferably under the
definite
variant
Just saw the form to submit to meltano hub, made a PR here https://github.com/meltano/hub/issues/2030
e
s
wooo thanks!
np 1