Skip to content

Commit f4db176

Browse files
author
psainics
committed
Hide Table Key field on operation insert
1 parent 8528d84 commit f4db176

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)