Skip to content

Commit 7a4b008

Browse files
author
psainics
committed
Hide Dedupe By field on operation insert
1 parent 50f30da commit 7a4b008

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

widgets/BigQueryTable-batchsink.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,18 @@
518518
"name": "truncateTable"
519519
}
520520
]
521+
},
522+
{
523+
"name": "DedupeByFieldFilter",
524+
"condition": {
525+
"expression": "operation == 'update' || operation == 'upsert'"
526+
},
527+
"show": [
528+
{
529+
"type": "property",
530+
"name": "dedupeBy"
531+
}
532+
]
521533
}
522534
],
523535
"jump-config": {

0 commit comments

Comments
 (0)