File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firestore-bigquery-export Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ params:
85
85
type : string
86
86
label : Collection path
87
87
description : >-
88
- What is the path of the collection that you would like to export?
88
+ What is the path of the collection that you would like to export?
89
89
You may use `{wildcard}` notation to match a subcollection of all documents in a collection
90
90
(for example: `chatrooms/{chatid}/posts`).
91
91
default : posts
@@ -100,7 +100,7 @@ params:
100
100
description : >-
101
101
What ID would you like to use for your BigQuery dataset? This
102
102
extension will create the dataset, if it doesn't already exist.
103
- validationRegex : " ^[a-zA-Z0-9_]+ $"
103
+ validationRegex : " ^[a-zA-Z0-9_]{1,1024} $"
104
104
validationErrorMessage : >
105
105
BigQuery dataset IDs must be alphanumeric (plus underscores) and must be no more than
106
106
1024 characters.
You can’t perform that action at this time.
0 commit comments