optimization on the client steel scripts + fixed proto comments

This commit is contained in:
Priec
2026-07-17 22:46:57 +02:00
parent c1c77ad378
commit d5bce6378a
12 changed files with 253 additions and 51 deletions

View File

@@ -210,7 +210,7 @@ message CopyProfileResponse {
message GetColumnAliasRenameHistoryRequest {
string profile_name = 1;
// Optional filter. When omitted, returns all tables in the profile.
// Filter. When omitted, returns all tables in the profile.
optional int64 table_definition_id = 2;
}