Hello. I am using the singer variant of the xero-t...
# getting-started
a
Hello. I am using the singer variant of the xero-tap and Meltano (or the Tap) has defaulted to Singer version 5.9.0 (dated nov 2019). I would like to use version 5.9.1 where singer was updated to contain nested schema support in Transformer. What is the best approach here? Thx
e
Hi Alex 👋🏼. I think your best option is to fork the tap to update the dependency, then set the
pip_url
of the plugin to point to your fork. Optionally, open a PR so everyone benefits if it gets accepted.
a
Great, thanks @edgar_ramirez_mondragon 👍