Skip to content

Commit 5037614

Browse files
add backticks; clarify table is the raw changelog table
1 parent 5ab3ee7 commit 5037614

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firestore-bigquery-export/extension.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ params:
8686
label: Collection path
8787
description: >-
8888
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`).
9191
default: posts
9292
example: posts
9393
validationRegex: "^[^/]+(/[^/]+/[^/]+)*$"
@@ -112,7 +112,7 @@ params:
112112
type: string
113113
label: Table ID
114114
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
116116
extension will create the table, if it doesn't already exist.
117117
validationRegex: "^[a-zA-Z0-9_]+$"
118118
validationErrorMessage: >

0 commit comments

Comments
 (0)