Skip to content

Commit d2f2169

Browse files
committed
Revert " fix(fabric): Simplify adapter architecture and fix integration issues"
This reverts commit f4df373.
1 parent 88b5f0b commit d2f2169

3 files changed

Lines changed: 301 additions & 168 deletions

File tree

sqlmesh/core/config/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ def _connection_factory(self) -> t.Callable:
17251725

17261726
def create_fabric_connection(
17271727
target_catalog: t.Optional[str] = None, *args: t.Any, **kwargs: t.Any
1728-
) -> t.Any:
1728+
) -> t.Callable:
17291729
kwargs["database"] = target_catalog or self.database
17301730
return base_factory(*args, **kwargs)
17311731

0 commit comments

Comments
 (0)