CreateBoosterInput
The fields for creating a new Booster.
Boosters can be understood as an aggregating index. The index is formed from left to right as follows:
- The Data Pool's Tenant ID column (if present)
- Metric Filter columns (if present)
- Query Filter Dimensions (see
dimensions
) - The Data Pool's timestamp column
fields
metric required ID
The Booster's Metric.
dimensions required array of DimensionInput
Dimensions to include in the Booster.
Follow these guidelines when specifying Dimensions:
- Specify Dimensions in descending order of importance for filtering and in ascending order of cardinality.
- Take into consideration hierarchical relationships as well (for example, a "country" Dimension should appear before a "state" Dimension).
The fields for creating or modifying a Dimension.
dimensions.columnName required String
The name of the column to create the Dimension from.