Skip to content

Commit deb9321

Browse files
fix: update catalog support configuration in FabricConnectionConfig
1 parent 9127bda commit deb9321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/core/config/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1701,7 +1701,7 @@ def _engine_adapter(self) -> t.Type[EngineAdapter]:
17011701
def _extra_engine_config(self) -> t.Dict[str, t.Any]:
17021702
return {
17031703
"database": self.database,
1704-
"catalog_support": CatalogSupport.REQUIRES_SET_CATALOG,
1704+
"catalog_support": CatalogSupport.SINGLE_CATALOG_ONLY,
17051705
}
17061706

17071707

0 commit comments

Comments
 (0)