File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed
firestore-bigquery-export Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
fixed - medium npm vulnerabilities
4
4
5
+ fixed - rollback broken multiple database parameter option
6
+
5
7
## Version 0.1.50
6
8
7
9
fixed - fixed timestamp as a fieldname partitioning
Original file line number Diff line number Diff line change @@ -189,16 +189,6 @@ params:
189
189
default : ${PROJECT_ID}
190
190
required : true
191
191
192
- - param : DATABASE_ID
193
- label : Database ID
194
- description : >-
195
- Override the default project Firestore database. Learn more about managing
196
- multiple Firestore databases
197
- [here](https://cloud.google.com/firestore/docs/manage-databases).
198
- type : string
199
- default : (default)
200
- required : true
201
-
202
192
- param : COLLECTION_PATH
203
193
label : Collection path
204
194
description : >-
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export function clustering(clusters: string | undefined) {
33
33
34
34
export default {
35
35
bqProjectId : process . env . BIGQUERY_PROJECT_ID ,
36
- databaseId : process . env . DATABASE_ID || "(default)" ,
36
+ databaseId : "(default)" ,
37
37
collectionPath : process . env . COLLECTION_PATH ,
38
38
datasetId : process . env . DATASET_ID ,
39
39
doBackfill : process . env . DO_BACKFILL === "yes" ,
You can’t perform that action at this time.
0 commit comments