Skip to content

Commit 6bf3478

Browse files
committed
chore: run make generate_docs
1 parent 0f0daaf commit 6bf3478

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

metadata.display.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ spec:
6262
external_tables:
6363
name: external_tables
6464
title: External Tables
65+
is_case_insensitive:
66+
name: is_case_insensitive
67+
title: Is Case Insensitive
6568
location:
6669
name: location
6770
title: Location

metadata.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ spec:
6666
description: The location of the dataset. For multi-region, US or EU can be provided.
6767
varType: string
6868
defaultValue: US
69+
- name: is_case_insensitive
70+
description: (Optional) TRUE if the dataset and its table names are case-insensitive, otherwise FALSE. By default, this is FALSE, which means the dataset and its table names are case-sensitive. This field does not affect routine references.
71+
varType: bool
72+
defaultValue: false
6973
- name: delete_contents_on_destroy
7074
description: (Optional) If set to true, delete all the tables in the dataset when destroying the resource; otherwise, destroying the resource will fail if tables are present.
7175
varType: bool

modules/data_warehouse/metadata.yaml

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,22 @@ spec:
3232
description: {}
3333
icon: assets/data_warehouse_icon_v1.png
3434
deploymentDuration:
35-
configurationSecs: 120
36-
deploymentSecs: 420
35+
configurationSecs: "120"
36+
deploymentSecs: "420"
3737
costEstimate:
3838
description: cost of this solution is $0.65
3939
url: https://cloud.google.com/products/calculator/#id=857776c6-49e8-4c6a-adc5-42a15b8fb67d
4040
cloudProducts:
41-
- productId: search_BIGQUERY_SECTION
42-
pageUrl: ""
43-
- productId: WORKFLOWS_SECTION
44-
pageUrl: ""
45-
- productId: STORAGE_SECTION
46-
pageUrl: ""
47-
- productId: ai-platform
48-
pageUrl: ""
49-
- productId: LOOKER_STUDIO_SECTION
50-
pageUrl: lookerstudio.google.com
51-
isExternal: true
52-
- productId: CLOUD_DMS_SECTION
53-
pageUrl: ""
54-
- productId: FUNCTIONS_SECTION
55-
pageUrl: ""
56-
- productId: DATAFORM_SECTION
57-
pageUrl: ""
41+
- productId: search_BIGQUERY_SECTION
42+
- productId: WORKFLOWS_SECTION
43+
- productId: STORAGE_SECTION
44+
- productId: ai-platform
45+
- productId: LOOKER_STUDIO_SECTION
46+
pageUrl: lookerstudio.google.com
47+
isExternal: true
48+
- productId: CLOUD_DMS_SECTION
49+
- productId: FUNCTIONS_SECTION
50+
- productId: DATAFORM_SECTION
5851
content:
5952
architecture:
6053
diagramUrl: www.gstatic.com/pantheon/images/solutions/data-warehouse-architecture_v6.svg
@@ -159,16 +152,16 @@ spec:
159152
- iam.googleapis.com
160153
providerVersions:
161154
- source: hashicorp/archive
162-
version: 10.1.0
155+
version: ">= 2.4.2"
163156
- source: hashicorp/google
164157
version: ">= 6.11, < 7"
165158
- source: hashicorp/google-beta
166159
version: ">= 6.11, < 7"
167160
- source: hashicorp/http
168161
version: ">= 2"
169162
- source: hashicorp/local
170-
version: ">=2.4"
163+
version: ">= 2.4"
171164
- source: hashicorp/random
172-
version: 10.1.0
165+
version: ">= 3.6.2"
173166
- source: hashicorp/time
174167
version: ">= 0.9.1"

0 commit comments

Comments
 (0)