Skip to content

Commit

Permalink
feat: enabled sql model support for mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchiramoitra committed Feb 19, 2024
1 parent e73981f commit 7f61f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configurations/sources/mysql/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "MySql",
"options": {
"syncBehaviours": ["upsert", "mirror"],
"isSqlModelSupported": false
"isSqlModelSupported": true
},
"type": "warehouse"
}

0 comments on commit 7f61f09

Please sign in to comment.