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

@@ -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 {