Skip to content

Commit 9bcacef

Browse files
committed
show default
Signed-off-by: fresioAS <andreas.fredhoi@three60energy.com> Signed-off-by: Andreas Fredhøi <andreas.fredhoi@fresio.no>
1 parent 84f0785 commit 9bcacef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmesh/core/engine_adapter/fabric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _normalize_catalog(
8282
return catalog_name
8383

8484
def _catalog_state_label(self, catalog_name: t.Optional[str]) -> str:
85-
return catalog_name or "<default>"
85+
return catalog_name or self._default_catalog or self._extra_config.get("database") or "<default>"
8686

8787
@property
8888
def api_client(self) -> FabricHttpClient:

0 commit comments

Comments
 (0)