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

@@ -288,11 +288,9 @@ pub mod profile_tree_response {
}
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct GetTableCatalogRequest {
/// Profile whose tables to list, together with the shared tables every
/// profile sees. The profile holding the shared tables is named like any
/// other, and asking for it lists exactly those.
#[prost(string, tag = "1")]
pub profile_name: ::prost::alloc::string::String,
/// Selected profile. Omit this field to request the global-only scope.
#[prost(string, optional, tag = "1")]
pub profile_name: ::core::option::Option<::prost::alloc::string::String>,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct GetTableCatalogResponse {