Skip to content

Commit 5eb5357

Browse files
authored
Add validation for target_types in google_bigquery_dataset_access (#15446)
1 parent 57b3f20 commit 5eb5357

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)