Does anyone use the Xero connector? I'm having iss...
# plugins-general
d
Does anyone use the Xero connector? I'm having issues getting it configured, the documentation for it is quite scarce
p
Hey 👋 @dakota_mccarty - I havent personally used Xero or that tap but I just updated the meltano hub docs to make it more clear what the tap expects for settings, etc. You'll have to re-install (
meltano install extractor tap-xero --clean
) it into your meltano project since the tap wasnt advertising the
state
capability before, meaning Meltano didnt know that it should try to keep incremental state. Also from my browsing of the repo, it doesn't have a ton of activity but looks like its in relatively decent shape and logic looks robust.
d
Awesome! Thanks a lot for that. I am getting some
ModuleNotFoundError:
errors... is there some magic solution for those? I've tried about all I could think of... (sorry newb here)
p
@dakota_mccarty can you share the error? And maybe the relevant sections of your meltano.yml (sensitive credentials removed)? what meltano version? I dont have access to a Xero account so cant test it myself but I'm able to install it and run
meltano invoke tap-xero
to the point where it says
tap_xero.client.XeroBadRequestError: HTTP-error-code: 400, Error: invalid_client
which makes sense because I gave it random config values.