Skip to content

Commit 58eeea6

Browse files
committed
Remove table id validation
1 parent 896c8fa commit 58eeea6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

metadata.display.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ spec:
9898
title: Source Uris
9999
regexValidation: ^gs://([a-z0-9]([a-z0-9-.]*[a-z0-9])?)/([^#?]+)?$
100100
validation: Must be a valid Google Cloud Storage URI.
101-
table_id:
102-
name: table_id
103-
title: Table Id
104-
regexValidation: ^[A-Za-z_][A-Za-z0-9_]{0,1000}[A-Za-z0-9_]{0,23}$
105-
validation: The table ID must contain only letters, numbers, and underscores, and cannot start with a number.
106101
hive_partitioning_options:
107102
name: hive_partitioning_options
108103
title: Hive Partitioning Options
@@ -234,11 +229,6 @@ spec:
234229
- schema: "[{\"description\": \"A string type unique identifier\",\"mode\": \"NULLABLE\",\"name\": \"simpleId\",\"type\": \"STRING\"},{\"description\": \"A field to hold integer values\",\"mode\": \"NULLABLE\",\"name\": \"integerField\",\"type\": \"INTEGER\"},{\"description\": \"Data\",\"mode\": \"NULLABLE\",\"name\": \"data\",\"type\": \"STRING\"}]"
235230
table_id: table-1
236231
properties:
237-
table_id:
238-
name: table_id
239-
title: Table Id
240-
regexValidation: ^[A-Za-z_][A-Za-z0-9_]{0,1000}[A-Za-z0-9_]{0,23}$
241-
validation: The table ID must contain only letters, numbers, and underscores, and cannot start with a number.
242232
time_partitioning:
243233
name: time_partitioning
244234
title: Time Partitioning

0 commit comments

Comments
 (0)