Closed xv-jesus-g closed 4 years ago
I think that updating this plugin and ruby is best solution.
If it is difficult, you can use --gemfile
option of fluentd command.
gem "googleauth", "< 8.0"
with other plugin gemsbundle install
--gemfile
option.
Environments
Expected Behavior
Works
Actual Behavior
Doesn't work, the latest version of
googleauth
includesquiggly heredoc
, only compatible with Ruby 2.3. As for your version supportIt should be working fine (actually it suddenly broke or deployment).
Our work around is to install googleauth:0.7.1 (an older version) before we install fluent-plugin-bigquery:1.2.0
Notice from Googleauth: https://github.com/googleapis/google-auth-library-ruby They only support Ruby 2.3+ But the 7.1 works fine.
Please either update the Gem so it uses < googleauth:8.0, or update the supported versions of Ruby.