Hi All I am trying to setup zenefits integration v...
# troubleshooting
n
Hi All I am trying to setup zenefits integration via tap-airbyte-wapper I have done the following steps 1- meltano init 2- meltano add extractor 3- meltano set interactive (added image, tag and config) 4- when i run "meltano config tap-airbyte-wapper test" i am getting error saying tap-airbyte-wapper could not be found If i follow the same step using tap-zenefits (airybyte varient) it's working. What could be the reason of this error?
e
@pat_nadolny should the executable be
tap-airbyte
instead of
tap-airbyte-wrapper
?
p
@nesbeer you shouldnt have to directly interact with the tap-airbyte-wrapper itself. If you follow the install steps from https://hub.meltano.com/extractors/tap-zenefits--airbyte/ it will have you run
meltano add extractor tap-zenefits --variant airbyte
. The tap is powered by the wrapper but should be referenced as tap-zenefits.
If i follow the same step using tap-zenefits (airybyte varient) it's working.
Can you help me understand your steps so far, I'm a bit confused. If tap-zenefits was working, what was the reason for changing to use the wrapper directly?
n
Hi @pat_nadolny, thanks for your response I want to use single tap, which can dynamically accept the yml file for meltano-airbyte connectors For different integration
p
@nesbeer ah ok, I just wanted to make sure because some users get tripped up on that. Edgar’s suggestion should be correct then, the executable is just tap-airbyte. See if that works
n
Tap-airbyte-wapper is working for all command except test/ invoke Tap-airbyte command is not working