accounting as table defined

This commit is contained in:
Priec
2026-07-21 12:29:30 +02:00
parent f8a0437f77
commit d8f280ec8e
9 changed files with 20 additions and 99 deletions

View File

@@ -171,6 +171,9 @@ message ProfileTreeResponse {
// Column whose value is used as the human-readable row label.
string row_display_column = 4;
// "dynamic" for user-defined tables, "system" for backend-managed tables.
string table_kind = 5;
}
// Profile (schema) entry.
@@ -247,6 +250,7 @@ message TableDetail {
string base_currency = 5;
string row_display_column = 6;
map<string, ColumnBehavior> column_behaviors = 7;
string table_kind = 8;
}
// Server-owned behavior for one logical column returned in table details.