Skip to content

Commit 585fb7e

Browse files
committed
simplifying
1 parent 332ea32 commit 585fb7e

2 files changed

Lines changed: 40 additions & 361 deletions

File tree

sqlmesh/core/config/connection.py

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

4444
logger = logging.getLogger(__name__)
4545

46-
RECOMMENDED_STATE_SYNC_ENGINES = {"postgres", "gcp_postgres", "mysql", "mssql", "azuresql"}
46+
RECOMMENDED_STATE_SYNC_ENGINES = {
47+
"postgres",
48+
"gcp_postgres",
49+
"mysql",
50+
"mssql",
51+
"azuresql",
52+
"fabric",
53+
}
4754
FORBIDDEN_STATE_SYNC_ENGINES = {
4855
# Do not support row-level operations
4956
"spark",

0 commit comments

Comments
 (0)