Skip to content

Commit

Permalink
Merge pull request #1397 from cloudsufi/patch/plugin-781
Browse files Browse the repository at this point in the history
[PLUGIN-781] Hide Table Key By field on operation insert
  • Loading branch information
psainics authored Apr 19, 2024
2 parents 5778cc6 + cbb5920 commit 444fe79
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions widgets/BigQueryTable-batchsink.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,18 @@
"name": "dedupeBy"
}
]
},
{
"name": "relationTableKeyFilter",
"condition": {
"expression": "operation == 'update' || operation == 'upsert'"
},
"show": [
{
"type": "property",
"name": "relationTableKey"
}
]
}
],
"jump-config": {
Expand Down

0 comments on commit 444fe79

Please sign in to comment.