Skip to content

Commit 693442d

Browse files
committed
chore: run make generate_docs
1 parent 0f0daaf commit 693442d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,16 +159,16 @@ spec:
159159
- iam.googleapis.com
160160
providerVersions:
161161
- source: hashicorp/archive
162-
version: 10.1.0
162+
version: ">= 2.4.2"
163163
- source: hashicorp/google
164164
version: ">= 6.11, < 7"
165165
- source: hashicorp/google-beta
166166
version: ">= 6.11, < 7"
167167
- source: hashicorp/http
168168
version: ">= 2"
169169
- source: hashicorp/local
170-
version: ">=2.4"
170+
version: ">= 2.4"
171171
- source: hashicorp/random
172-
version: 10.1.0
172+
version: ">= 3.6.2"
173173
- source: hashicorp/time
174174
version: ">= 0.9.1"

0 commit comments

Comments
 (0)