global profile comes from server now only
This commit is contained in:
@@ -73,7 +73,9 @@ pub(crate) async fn load_page(
|
||||
// to — see `crate::pages::table_scope`.
|
||||
let catalog_tables = definitions
|
||||
.get_table_catalog(
|
||||
authenticated_request(headers, GetTableCatalogRequest { profile_name: None })
|
||||
authenticated_request(headers, GetTableCatalogRequest {
|
||||
profile_name: crate::pages::GLOBAL_SCOPE.to_string(),
|
||||
})
|
||||
.map_err(|_| LoadError::Unauthenticated)?,
|
||||
)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user