You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: metadata.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,10 @@ spec:
66
66
description: The location of the dataset. For multi-region, US or EU can be provided.
67
67
varType: string
68
68
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
69
73
- name: delete_contents_on_destroy
70
74
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.
0 commit comments