We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142b115 commit 3f6cca8Copy full SHA for 3f6cca8
1 file changed
sqlmesh/core/engine_adapter/fabric.py
@@ -76,7 +76,7 @@ def _normalize_catalog(
76
return catalog_name
77
78
def _catalog_state_label(self, catalog_name: t.Optional[str]) -> str:
79
- return catalog_name or "<default>"
+ return catalog_name or self._default_catalog or self._extra_config.get("database") or "<default>"
80
81
@property
82
def api_client(self) -> FabricHttpClient:
0 commit comments