Skip to content

Commit 1a73bb8

Browse files
authored
Set MSSQL supports materialized view flag to false (#1515)
1 parent a8e5abf commit 1a73bb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmesh/core/engine_adapter/mssql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class MSSQLEngineAdapter(
4343
DIALECT: str = "tsql"
4444
DEFAULT_CATALOG_NAME = "master"
4545
SUPPORTS_TUPLE_IN = False
46-
SUPPORTS_MATERIALIZED_VIEWS = True
46+
SUPPORTS_MATERIALIZED_VIEWS = False
4747

4848
def columns(
4949
self,

0 commit comments

Comments
 (0)