google-cloud-bigquery 1.48.0 → 1.48.1
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
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa2cef46925794d89f8a8490fdfc92fc0fb324d0400b3b774d5e4ac361ccc3d3
|
4
|
+
data.tar.gz: 77380e8fb5f297ab9bbc6478e171c34aa22afc83e993f34a76edbea4584d3b9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 231494ea6cfab7158734bf5557dfcf685692295e708211b35ab7d719b672a52d2968cb1d763c8f1b1047fecf17c43f357809cade81c3534cc8577b5d092871ec
|
7
|
+
data.tar.gz: 9920684cfcc772f7bb9503f089a1bd75ba2f1b578351a09fce66120ec5926d55c42b6cecfbbe7942f4965c99aebda078dd8df9df275ce38e11e3cb82e295d90f
|
data/CHANGELOG.md
CHANGED
@@ -452,7 +452,7 @@ module Google
|
|
452
452
|
#
|
453
453
|
# bigquery = Google::Cloud::Bigquery.new
|
454
454
|
# dataset = bigquery.dataset "my_dataset"
|
455
|
-
# storage_billing_model =
|
455
|
+
# dataset.storage_billing_model = "LOGICAL"
|
456
456
|
#
|
457
457
|
# @!group Attributes
|
458
458
|
#
|
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.48.
|
4
|
+
version: 1.48.1
|
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: 2024-02-
|
12
|
+
date: 2024-02-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: concurrent-ruby
|