File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,13 @@ data source.
4444</div >
4545
4646First, you need to create pre-aggregations that will contain your batch data. In
47- the following example, we call it ** batch.** Please note, it must have
48- ` timeDimension ` , and Cube will use it to union batch data with source data.
47+ the following example, we call it ** batch** . Please note, it must have a
48+ ` timeDimension ` and ` partitionGranularity ` specified. Cube will use these
49+ properties to union batch data with freshly-retrieved source data.
4950
50- You control the batch part of your data with ` buildRangeStart ` and
51- ` buildRangeEnd ` properties of pre-aggregation to determine specific window for
52- your batched data.
51+ You may also control the batch part of your data with the ` buildRangeStart ` and
52+ ` buildRangeEnd ` properties of a pre-aggregation to determine a specific window
53+ for your batched data.
5354
5455Next, you need to create a lambda pre-aggregation. To do that, create
5556pre-aggregation with type ` rollupLambda ` , specify rollups you would like to use
You can’t perform that action at this time.
0 commit comments