File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
firestore-bigquery-export Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ params:
86
86
label : Collection path
87
87
description : >-
88
88
What is the path of the collection that you would like to export?
89
- You may use {wildcard} notation to match a subcollection of all documents in a collection
90
- (for example: chatrooms/{chatid}/posts).
89
+ You may use ` {wildcard}` notation to match a subcollection of all documents in a collection
90
+ (for example: ` chatrooms/{chatid}/posts` ).
91
91
default : posts
92
92
example : posts
93
93
validationRegex : " ^[^/]+(/[^/]+/[^/]+)*$"
@@ -112,7 +112,7 @@ params:
112
112
type : string
113
113
label : Table ID
114
114
description : >-
115
- What ID would you like to use for your BigQuery table inside that dataset? This
115
+ What ID would you like to use for your BigQuery raw changelog table inside your dataset? This
116
116
extension will create the table, if it doesn't already exist.
117
117
validationRegex : " ^[a-zA-Z0-9_]+$"
118
118
validationErrorMessage : >
You can’t perform that action at this time.
0 commit comments