Skip to content

Commit

Permalink
adding mirror mode to trino sync behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
sensei23 committed Sep 20, 2023
1 parent f84b104 commit 520b592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/configurations/sources/trino/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"options": {
"hidden": true,
"syncBehaviours": [
"upsert" ],
"upsert",
"mirror"
],
"isSqlModelSupported": false,
"isAudienceSupported": false
},
Expand Down

0 comments on commit 520b592

Please sign in to comment.