Skip to content

Commit 1be6a6d

Browse files
authored
docs(pre-aggs): Add warning for build range (#6353)
* docs(pre-aggs): Add warning for build range * docs(pre-aggs): rephrasing
1 parent 4f1ef45 commit 1be6a6d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/content/Schema/Reference/pre-aggregations.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,8 +1166,15 @@ changed in future versions of Cube.
11661166

11671167
</WarningBox>
11681168

1169-
The build range defines what partitions should be built by a scheduled refresh.
1170-
Data will **never** be queried beyond this range. By default, the build range is
1169+
<WarningBox>
1170+
1171+
Cube will **NOT** return results outside of the defined build range. Data will **only** be queried within this range,
1172+
which can lead to an empty result set, depending on the query. Consider using [Lambda pre-aggregations][self-rolluplambda]
1173+
if you want to query data outside of the build range.
1174+
1175+
</WarningBox>
1176+
1177+
The build range defines what partitions should be built by a scheduled refresh. By default, the build range is
11711178
defined as the minimum and maximum values possible for the
11721179
[`time_dimension`][self-timedimension] used in the rollup.
11731180

0 commit comments

Comments
 (0)