Skip to content

Commit 47b8f7d

Browse files
wj-chenSirGitsalot
authored andcommitted
Add validation for target_types in google_bigquery_dataset_access (#15446)
1 parent 8f0b7cc commit 47b8f7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mmv1/products/bigquery/DatasetAccess.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ properties:
269269
required: true
270270
item_type:
271271
type: String
272+
item_validation:
273+
regex: '^[A-Z_]+$'
272274
- name: 'routine'
273275
type: NestedObject
274276
description: |

0 commit comments

Comments
 (0)