I’m trying to evaluate meltano and test with known...
# singer-taps
b
I’m trying to evaluate meltano and test with known business systems that we currently extract data from. One of these (
tap-zuora
), looking through the various variants in meltanohub, is quite dated/inactive/doesn’t work with our environment. The singer tap, however, I have used successfully outside of meltano. Is there a simple way to install the singer-tap instead of the meltanohub version? Or does it require rewriting via the porting guide? (This seems like a non-trivial amount of effort to port over a working singer tap to me 😓....)
1
r
You can add it as a custom plugin in your
meltano.yml
(requires
namespace
to be considered custom).
e
I'll also ask what's the repo of the tap that you're using that works outside of meltano? We can quickly get it added to the Hub so it works with
meltano add
🙂
b
hey @Edgar Ramírez (Arch.dev) – it is https://github.com/singer-io/tap-zuora and thank you @Reuben (Matatika) – I'll look into the custom plugin route in the interim
e
b
thank you!
np 1