restore empty global catalog handling

This commit is contained in:
Priec
2026-08-17 17:07:00 +02:00
parent 6b676bc450
commit 76f475064e
10 changed files with 14 additions and 20 deletions

View File

@@ -125,7 +125,7 @@ pub(crate) async fn load_page(
let catalog_tables = definitions
.get_table_catalog(
authenticated_request(headers, GetTableCatalogRequest {
profile_name: shared_profile.clone(),
profile_name: None,
})
.map_err(|_| LoadError::Unauthenticated)?,
)