Skip to content

Commit 8528d84

Browse files
Merge pull request #1400 from cloudsufi/cherry-pick-515925a2c51da5fbf1ac0a8cfce499443176273a
[🍒][PLUGIN-900] Hide Dedupe By field on operation insert
2 parents 50f30da + 7a4b008 commit 8528d84

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)