restore empty global catalog handling
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user