Skip to content

Instantly share code, notes, and snippets.

@laclefyoshi
Last active June 5, 2017 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laclefyoshi/0fca80e905edcce9a747a088963b9cc2 to your computer and use it in GitHub Desktop.
Save laclefyoshi/0fca80e905edcce9a747a088963b9cc2 to your computer and use it in GitHub Desktop.
FluentdでGCP Cloud PubSubメッセージをBigQueryに投入する際のライブラリ指定
fluent-plugin-bigquery = 0.4.4
google-api-client ~> 0.9.3
fluent-plugin-gcloud-pubsub = 0.0.5
gcloud = 0.6.3
google-api-client ~> 0.8.3
ここで不整合が起こるので、fluent-plugin-bigqueryのバージョンを下げて解決
fluent-plugin-bigquery = 0.2.14
google-api-client ~> 0.8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment