Skip to main content

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:

  1. The Data Pool's Tenant ID column (if present)
  2. Metric Filter columns (if present)
  3. Query Filter Dimensions (see dimensions)
  4. 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:

    1. Specify Dimensions in descending order of importance for filtering and in ascending order of cardinality.
    2. 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.