Skip to content

Commit

Permalink
feat: enabled sql model support for mysql (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchiramoitra authored Feb 19, 2024
1 parent f40d5cd commit 09bbe2a
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 09bbe2a

Please sign in to comment.