Skip to content

Commit 83eded9

Browse files
bkendalljoehan
authored andcommitted
remove invalid length check (#374)
1 parent 45e6fb9 commit 83eded9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore-bigquery-export/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ params:
9898
description: >-
9999
What ID would you like to use for your BigQuery dataset? This
100100
extension will create the dataset, if it doesn't already exist.
101-
validationRegex: "^[a-zA-Z0-9_]{1,1024}$"
101+
validationRegex: "^[a-zA-Z0-9_]+$"
102102
validationErrorMessage: >
103103
BigQuery dataset IDs must be alphanumeric (plus underscores) and must be no more than
104104
1024 characters.

0 commit comments

Comments
 (0)