Last active
June 5, 2017 05:38
-
-
Save laclefyoshi/0fca80e905edcce9a747a088963b9cc2 to your computer and use it in GitHub Desktop.
FluentdでGCP Cloud PubSubメッセージをBigQueryに投入する際のライブラリ指定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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