Skip to content

Commit 5778cc6

Browse files
author
Pushpender Saini
authored
Merge pull request #1395 from cloudsufi/patch/plugin-1646
[PLUGIN-900] Hide Dedupe By field on operation insert
2 parents daf64d2 + 515925a commit 5778cc6

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)