Skip to content

Commit

Permalink
chore: enable audience for trino rETL (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishRudder authored Oct 19, 2023
1 parent 9918a24 commit fadea16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/configurations/sources/trino/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"options": {
"hidden": true,
"syncBehaviours": [
"upsert",
"mirror"
"upsert",
"mirror"
],
"isSqlModelSupported": true,
"isAudienceSupported": false
"isAudienceSupported": true
},
"type": "warehouse"
}

0 comments on commit fadea16

Please sign in to comment.