google-cloud-bigquery 1.43.1 → 1.44.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/google/cloud/bigquery/dataset.rb +1 -1
- data/lib/google/cloud/bigquery/version.rb +1 -1
- data/lib/google-cloud-bigquery.rb +4 -1
- 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: c3c421b6b6ea746282462224af1fde4752ce96d59b1d93b4ab2648c76a3c76a3
|
4
|
+
data.tar.gz: 768f7aa713d59c6ab4a235dd25871eba33fdce377bfcc8df6506c9c0d0444a98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42adc11cd66bd69958627e92bd7914dec94f43bfc5347f8e5a3079d8f6409d260de99e36473ae977c66c4f25e823dd989e1d65525d3c53cf5eac88e9e78c58df
|
7
|
+
data.tar.gz: e0e00961fc853a5394d230af5a948803d9c8647101bede0fcc18d03d0d02c65ad0c2a522464dd6653ef9fbbf75db0758e69d29b04d63a0cfa428b65d46aaf736
|
data/CHANGELOG.md
CHANGED
@@ -122,6 +122,9 @@ Google::Cloud.configure.add_config! :bigquery do |config|
|
|
122
122
|
default_project = Google::Cloud::Config.deferred do
|
123
123
|
ENV["BIGQUERY_PROJECT"]
|
124
124
|
end
|
125
|
+
default_endpoint = Google::Cloud::Config.deferred do
|
126
|
+
ENV["BIGQUERY_EMULATOR_HOST"]
|
127
|
+
end
|
125
128
|
default_creds = Google::Cloud::Config.deferred do
|
126
129
|
Google::Cloud::Config.credentials_from_env(
|
127
130
|
"BIGQUERY_CREDENTIALS", "BIGQUERY_CREDENTIALS_JSON", "BIGQUERY_KEYFILE", "BIGQUERY_KEYFILE_JSON"
|
@@ -136,5 +139,5 @@ Google::Cloud.configure.add_config! :bigquery do |config|
|
|
136
139
|
config.add_field! :quota_project, nil, match: String
|
137
140
|
config.add_field! :retries, nil, match: Integer
|
138
141
|
config.add_field! :timeout, nil, match: Integer
|
139
|
-
config.add_field! :endpoint,
|
142
|
+
config.add_field! :endpoint, default_endpoint, match: String
|
140
143
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigquery
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.44.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Moore
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-
|
12
|
+
date: 2023-09-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: concurrent-ruby
|
@@ -321,7 +321,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
321
321
|
- !ruby/object:Gem::Version
|
322
322
|
version: '0'
|
323
323
|
requirements: []
|
324
|
-
rubygems_version: 3.4.
|
324
|
+
rubygems_version: 3.4.19
|
325
325
|
signing_key:
|
326
326
|
specification_version: 4
|
327
327
|
summary: API Client library for Google BigQuery
|