You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For what its worth, if you need to install this plugin, I was able to pre-install the dependencies with specific versions and then install embulk-input-bigquery 0.0.9
I think the kicker was installing version 1.3.0 for ruby gem google-cloud-core. Somewhere along the way one of the more up-to-date google gems has a dependency on google-cloud-errors which always requires >= Ruby 2.4
embulk-input-bigquery installation failed in Java8 docker container
Steps to recreate
docker pull java:8 && docker run -it java:8 /bin/bash
curl --create-dirs -o ~/.embulk/bin/embulk -L "https://dl.embulk.org/embulk-latest.jar"
chmod +x ~/.embulk/bin/embulk && echo 'export PATH="$HOME/.embulk/bin:$PATH"' >> ~/.bashrc && . ~/.bashrc
~/.embulk/bin/embulk gem install embulk-input-bigquery
The text was updated successfully, but these errors were encountered: