We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae30057 commit 8ef15c6Copy full SHA for 8ef15c6
firestore-bigquery-export/extension.yaml
@@ -112,8 +112,9 @@ params:
112
type: string
113
label: Table ID
114
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.
+ What identifying prefix would you like to use for your table and view
+ inside your BigQuery dataset? This extension will create the table and view,
117
+ if they don't already exist.
118
validationRegex: "^[a-zA-Z0-9_]+$"
119
validationErrorMessage: >
120
BigQuery table IDs must be alphanumeric (plus underscores) and must be no more than
0 commit comments