Skip to content

Commit 01aa8c5

Browse files
authored
Update extension.yaml
1 parent 8ef15c6 commit 01aa8c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

firestore-bigquery-export/extension.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ params:
104104
validationErrorMessage: >
105105
BigQuery dataset IDs must be alphanumeric (plus underscores) and must be no more than
106106
1024 characters.
107-
default: ext_exported_collection
108-
example: ext_exported_collection
107+
default: firestore_export
108+
example: firestore_export
109109
required: true
110110

111111
- param: TABLE_ID
@@ -119,6 +119,6 @@ params:
119119
validationErrorMessage: >
120120
BigQuery table IDs must be alphanumeric (plus underscores) and must be no more than
121121
1024 characters.
122-
default: ext_exported_collection_table
123-
example: ext_exported_collection_table
122+
default: posts
123+
example: posts
124124
required: true

0 commit comments

Comments
 (0)