better charts3

This commit is contained in:
Filipriec
2026-09-16 22:14:41 +02:00
parent f1b10e1ea9
commit bbe9be3859
6 changed files with 3 additions and 113 deletions

View File

@@ -196,15 +196,6 @@ enum ReportNullPolicy {
REPORT_NULL_POLICY_ZERO = 2;
}
enum ReportCapability {
REPORT_CAPABILITY_UNSPECIFIED = 0;
REPORT_CAPABILITY_VIEW = 1;
REPORT_CAPABILITY_FILTER = 2;
REPORT_CAPABILITY_DRILL = 3;
REPORT_CAPABILITY_EXPORT = 4;
REPORT_CAPABILITY_CUSTOMIZE = 5;
}
enum ReportExecutionPurpose {
REPORT_EXECUTION_PURPOSE_UNSPECIFIED = 0;
REPORT_EXECUTION_PURPOSE_VIEW = 1;
@@ -360,20 +351,11 @@ message ReportPanel {
repeated ReportPanelAction actions = 23;
}
message ReportGrant {
oneof subject {
string role = 1;
string user_id = 2;
}
repeated ReportCapability capabilities = 3;
}
message ReportDashboardDefinition {
string title = 1;
string description = 2;
repeated ReportDashboardFilter filters = 3;
repeated ReportPanel panels = 4;
repeated ReportGrant grants = 5;
uint32 refresh_seconds = 6;
repeated ReportDatasetVersionRef dataset_versions = 7;
ReportPeriod period = 8;
@@ -420,7 +402,6 @@ message ReportAssetSummary {
uint64 published_version = 6;
bool archived = 7;
string updated_at = 8;
repeated ReportCapability capabilities = 9;
}
message ReportAsset {