We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270aed3 commit d18de83Copy full SHA for d18de83
1 file changed
sqlmesh/core/config/connection.py
@@ -43,7 +43,7 @@
43
44
logger = logging.getLogger(__name__)
45
46
-RECOMMENDED_STATE_SYNC_ENGINES = {"postgres", "gcp_postgres", "mysql", "mssql"}
+RECOMMENDED_STATE_SYNC_ENGINES = {"postgres", "gcp_postgres", "mysql", "mssql", "azuresql"}
47
FORBIDDEN_STATE_SYNC_ENGINES = {
48
# Do not support row-level operations
49
"spark",
0 commit comments