Skip to content

Commit 8ef15c6

Browse files
clarify the usage of the Table ID parameter
1 parent ae30057 commit 8ef15c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

firestore-bigquery-export/extension.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ params:
112112
type: string
113113
label: Table ID
114114
description: >-
115-
What ID would you like to use for your BigQuery raw changelog table inside your dataset? This
116-
extension will create the table, if it doesn't already exist.
115+
What identifying prefix would you like to use for your table and view
116+
inside your BigQuery dataset? This extension will create the table and view,
117+
if they don't already exist.
117118
validationRegex: "^[a-zA-Z0-9_]+$"
118119
validationErrorMessage: >
119120
BigQuery table IDs must be alphanumeric (plus underscores) and must be no more than

0 commit comments

Comments
 (0)