Skip to content

Commit 864a0d7

Browse files
authored
chore(firestore-bigquery-export): add options for EXCLUDE_OLD_DATA (#1943)
1 parent cf5e4f0 commit 864a0d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

firestore-bigquery-export/extension.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,13 @@ params:
378378
before the update), which should be more performant, and avoid potential
379379
resource limitations.
380380
type: select
381+
required: false
382+
default: no
383+
options:
384+
- label: Yes
385+
value: yes
386+
- label: No
387+
value: no
381388

382389
- param: DO_BACKFILL
383390
label: Import existing Firestore documents into BigQuery?

0 commit comments

Comments
 (0)