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 8ef15c6 commit 01aa8c5Copy full SHA for 01aa8c5
firestore-bigquery-export/extension.yaml
@@ -104,8 +104,8 @@ params:
104
validationErrorMessage: >
105
BigQuery dataset IDs must be alphanumeric (plus underscores) and must be no more than
106
1024 characters.
107
- default: ext_exported_collection
108
- example: ext_exported_collection
+ default: firestore_export
+ example: firestore_export
109
required: true
110
111
- param: TABLE_ID
@@ -119,6 +119,6 @@ params:
119
120
BigQuery table IDs must be alphanumeric (plus underscores) and must be no more than
121
122
- default: ext_exported_collection_table
123
- example: ext_exported_collection_table
+ default: posts
+ example: posts
124
0 commit comments