restore empty global catalog handling
This commit is contained in:
@@ -316,10 +316,8 @@ message ProfileTreeResponse {
|
||||
}
|
||||
|
||||
message 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.
|
||||
string profile_name = 1;
|
||||
// Selected profile. Omit this field to request the global-only scope.
|
||||
optional string profile_name = 1;
|
||||
}
|
||||
|
||||
message GetTableCatalogResponse {
|
||||
|
||||
Reference in New Issue
Block a user