Please, can anyone merge this fix ASAP? tap-salesf...
# troubleshooting
j
Please, can anyone merge this fix ASAP? tap-salesforce can't be used now, see the thread ^^^. https://github.com/MeltanoLabs/tap-salesforce/pull/37
w
I've approved and merged the PR. I'll release the new version shortly.
j
Thanks so much. My pipeline is green again 😉
a
Hi when can we expect the release to happen ? I am experiencing similar issues as pointed out by Jan .
w
The pull request to update the Hub definition to use v1.5.1 is here: https://github.com/meltano/hub/pull/1257
j
Be brave like me and install from latest master 🙂
w
You can immediately use this version by setting your
pip_url
for
tap-salesforce
to
pip_url: git+<https://github.com/meltanolabs/tap-salesforce.git@v1.5.1>
Or do as @jan_soubusta suggested if you're feeling brave 😅
a
hahaha ! that indeed is a solution 😛
j
Our first business facing analytics is going to be released. I am pretty sure that my bravery will be punished soon, and I will freeze the versions 😉
a
Hi Jan, I can follow along with most of this thread, but I still don't understand why the change happened only in the last couple days for you. Am moving towards a production deployment here too, so any potential issues or actions I could take to avoid it happening would be great.
w
@andy_carter The cause seems to be a recent
setuptools
update that made it so that the version used by
tap-salesforce
was no longer valid. Because the dependency on
setuptools
was not pinned,
tap-salesforce
was using the latest version.