fluent-plugin-bigquery-storage-write 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +14 -9
- data/fluent-plugin-bigquery-storage-write.gemspec +1 -1
- data/lib/fluent/plugin/bigquery/storage/writer.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90b2ce80850ba17a1eb9f9f2745cd91bd6a3b876cb27340e349c3a63d5af0bc6
|
4
|
+
data.tar.gz: 1825d48e453d0723c23fccc3434cc17430acd56abcf8bb33399af973e8e48a14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 954753c0de9faae62bb19653d04103f8819f23becaa6cc8f9cd4a9c29a1ca5ec1aba0901ba3bd92957c8f8e22e46e419a820bf1f11656269319d7c1e5d76dedd
|
7
|
+
data.tar.gz: 545aeb35cce6d292805790340134950e36aa88bf67567c2e8fc7ab8cabca5c256557dd71982237d19ddc91ad8458e78e8fbc7a61a4bf1ee45e21e1a74e4e74eb
|
data/Gemfile.lock
CHANGED
@@ -21,7 +21,7 @@ GEM
|
|
21
21
|
concurrent-ruby (1.2.2)
|
22
22
|
cool.io (1.7.1)
|
23
23
|
declarative (0.0.20)
|
24
|
-
faraday (2.7.
|
24
|
+
faraday (2.7.7)
|
25
25
|
faraday-net_http (>= 2.0, < 3.1)
|
26
26
|
ruby2_keywords (>= 0.0.4)
|
27
27
|
faraday-net_http (3.0.2)
|
@@ -80,7 +80,8 @@ GEM
|
|
80
80
|
google-cloud-env (1.6.0)
|
81
81
|
faraday (>= 0.17.3, < 3.0)
|
82
82
|
google-cloud-errors (1.3.1)
|
83
|
-
google-protobuf (3.23.
|
83
|
+
google-protobuf (3.23.3-arm64-darwin)
|
84
|
+
google-protobuf (3.23.3-x86_64-linux)
|
84
85
|
googleapis-common-protos (1.4.0)
|
85
86
|
google-protobuf (~> 3.14)
|
86
87
|
googleapis-common-protos-types (~> 1.2)
|
@@ -94,10 +95,13 @@ GEM
|
|
94
95
|
multi_json (~> 1.11)
|
95
96
|
os (>= 0.9, < 2.0)
|
96
97
|
signet (>= 0.16, < 2.a)
|
97
|
-
grpc (1.
|
98
|
+
grpc (1.56.0)
|
98
99
|
google-protobuf (~> 3.23)
|
99
100
|
googleapis-common-protos-types (~> 1.0)
|
100
|
-
grpc
|
101
|
+
grpc (1.56.0-x86_64-linux)
|
102
|
+
google-protobuf (~> 3.23)
|
103
|
+
googleapis-common-protos-types (~> 1.0)
|
104
|
+
grpc-tools (1.56.0)
|
101
105
|
http_parser.rb (0.8.0)
|
102
106
|
httpclient (2.8.3)
|
103
107
|
i18n (1.14.1)
|
@@ -105,13 +109,13 @@ GEM
|
|
105
109
|
jwt (2.7.1)
|
106
110
|
memoist (0.16.2)
|
107
111
|
mini_mime (1.1.2)
|
108
|
-
minitest (5.18.
|
112
|
+
minitest (5.18.1)
|
109
113
|
msgpack (1.7.1)
|
110
114
|
multi_json (1.15.0)
|
111
115
|
os (1.1.4)
|
112
|
-
power_assert (
|
116
|
+
power_assert (2.0.3)
|
113
117
|
public_suffix (5.0.1)
|
114
|
-
rake (13.0.
|
118
|
+
rake (13.0.6)
|
115
119
|
representable (3.2.0)
|
116
120
|
declarative (< 0.1.0)
|
117
121
|
trailblazer-option (>= 0.1.1, < 0.2.0)
|
@@ -128,7 +132,7 @@ GEM
|
|
128
132
|
jwt (>= 1.5, < 3.0)
|
129
133
|
multi_json (~> 1.10)
|
130
134
|
strptime (0.2.5)
|
131
|
-
test-unit (3.
|
135
|
+
test-unit (3.6.0)
|
132
136
|
power_assert
|
133
137
|
thor (1.2.2)
|
134
138
|
trailblazer-option (0.1.2)
|
@@ -137,11 +141,12 @@ GEM
|
|
137
141
|
tzinfo-data (1.2023.3)
|
138
142
|
tzinfo (>= 1.0.0)
|
139
143
|
uber (0.1.0)
|
140
|
-
webrick (1.
|
144
|
+
webrick (1.8.1)
|
141
145
|
yajl-ruby (1.4.3)
|
142
146
|
|
143
147
|
PLATFORMS
|
144
148
|
arm64-darwin-22
|
149
|
+
x86_64-linux
|
145
150
|
|
146
151
|
DEPENDENCIES
|
147
152
|
bundler
|
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |spec|
|
5
5
|
spec.name = "fluent-plugin-bigquery-storage-write"
|
6
|
-
spec.version = "0.2.
|
6
|
+
spec.version = "0.2.1"
|
7
7
|
spec.authors = ["gumigumi4f"]
|
8
8
|
spec.email = ["gumigumi4f@gmail.com"]
|
9
9
|
|
@@ -15,8 +15,8 @@ module Fluent
|
|
15
15
|
end
|
16
16
|
|
17
17
|
def client
|
18
|
-
@client ||= Google::Cloud::Bigquery::Storage::V1::BigQueryWrite::Client.new
|
19
|
-
|
18
|
+
@client ||= Google::Cloud::Bigquery::Storage::V1::BigQueryWrite::Client.new do |cf|
|
19
|
+
cf.credentials = get_auth
|
20
20
|
end
|
21
21
|
end
|
22
22
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-bigquery-storage-write
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- gumigumi4f
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
184
184
|
- !ruby/object:Gem::Version
|
185
185
|
version: '0'
|
186
186
|
requirements: []
|
187
|
-
rubygems_version: 3.
|
187
|
+
rubygems_version: 3.3.26
|
188
188
|
signing_key:
|
189
189
|
specification_version: 4
|
190
190
|
summary: Fluentd output plugin to insert data into BigQuery through storage write
|