Skip to content

Commit 7fed48a

Browse files
enable batch delete
1 parent f6ea4e2 commit 7fed48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/bigquery-export/firestore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export class FirestoreBatch {
145145
this.collectionType = config.type
146146

147147
// Delete documents before writing new ones
148-
// await this.batchDelete()
148+
await this.batchDelete()
149149

150150
const rowStream = await this.bigquery.queryResultsStream(query)
151151
await this.streamFromBigQuery(rowStream)

0 commit comments

Comments
 (0)