We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f0785 commit 9bcacefCopy full SHA for 9bcacef
1 file changed
sqlmesh/core/engine_adapter/fabric.py
@@ -82,7 +82,7 @@ def _normalize_catalog(
82
return catalog_name
83
84
def _catalog_state_label(self, catalog_name: t.Optional[str]) -> str:
85
- return catalog_name or "<default>"
+ return catalog_name or self._default_catalog or self._extra_config.get("database") or "<default>"
86
87
@property
88
def api_client(self) -> FabricHttpClient:
0 commit comments