Skip to content

[keepercore] Aggregation: Allow for combined parameters #154

@aquamatthias

Description

@aquamatthias

Why

There are scenarios where the aggregation grouping key has to be derived from more than one variable.
Example:

aggregate(cloud.name as cloud, account.name as account, region.name as region, instance_type as type, quota_type : sum(reservations) as reserved_instances_total) (merge_with_ancestors="cloud,account,region"): is("instance_type") and reservations >= 0

The account.name is not necessarily unique. Ideally we could express something like:

aggregate("{account.name} ({account.id})" as account, r

What

tbd

AC

tbd

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions