Skip to content

Commit d18de83

Browse files
Fix: add azuresql to state sync engines (#4666)
Co-authored-by: Jo <46752250+georgesittas@users.noreply.github.com>
1 parent 270aed3 commit d18de83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmesh/core/config/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
logger = logging.getLogger(__name__)
4545

46-
RECOMMENDED_STATE_SYNC_ENGINES = {"postgres", "gcp_postgres", "mysql", "mssql"}
46+
RECOMMENDED_STATE_SYNC_ENGINES = {"postgres", "gcp_postgres", "mysql", "mssql", "azuresql"}
4747
FORBIDDEN_STATE_SYNC_ENGINES = {
4848
# Do not support row-level operations
4949
"spark",

0 commit comments

Comments
 (0)