We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e5abf commit 1a73bb8Copy full SHA for 1a73bb8
1 file changed
sqlmesh/core/engine_adapter/mssql.py
@@ -43,7 +43,7 @@ class MSSQLEngineAdapter(
43
DIALECT: str = "tsql"
44
DEFAULT_CATALOG_NAME = "master"
45
SUPPORTS_TUPLE_IN = False
46
- SUPPORTS_MATERIALIZED_VIEWS = True
+ SUPPORTS_MATERIALIZED_VIEWS = False
47
48
def columns(
49
self,
0 commit comments