Skip to content

Commit 2ca341b

Browse files
Merge pull request #1401 from cloudsufi/cherry-pick-cbb5920b5f8d8237dc4c9f3d5bf7bedce4d27fdf
[🍒][PLUGIN-781] Hide Table Key By field on operation insert
2 parents 8528d84 + f4db176 commit 2ca341b

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
@@ -530,6 +530,18 @@
530530
"name": "dedupeBy"
531531
}
532532
]
533+
},
534+
{
535+
"name": "relationTableKeyFilter",
536+
"condition": {
537+
"expression": "operation == 'update' || operation == 'upsert'"
538+
},
539+
"show": [
540+
{
541+
"type": "property",
542+
"name": "relationTableKey"
543+
}
544+
]
533545
}
534546
],
535547
"jump-config": {

0 commit comments

Comments
 (0)