Skip to content

Commit 42bdf7c

Browse files
authored
docs: Add more references to underlying cubes refreshKey behavior for pre-aggregations
1 parent e30c4da commit 42bdf7c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/docs-new/pages/product/data-modeling/reference/pre-aggregations.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,8 @@ cause out of memory.
808808
### refresh_key
809809

810810
Cube can also take care of keeping pre-aggregations up to date with the
811-
`refresh_key` property. By default, it is set to `every: '1 hour'`.
811+
`refresh_key` property. By default, it is set to `every: '1 hour'`,
812+
if neither of the cubes' pre-aggregation references don't override `refresh_key`.
812813

813814
<InfoBox>
814815

@@ -866,7 +867,7 @@ refreshed.
866867

867868
The `refresh_key` can define an `every` property which can be used to refresh
868869
pre-aggregations based on a time interval. By default, it is set to `1 hour`
869-
unless the [`sql` property][self-refreshkey-sql] is also defined, in which case
870+
unless the [`sql` property][self-refreshkey-sql] is also defined in any of cubes pre-aggregation references, in which case
870871
it is set to `10 seconds`. For example:
871872

872873
<CodeTabs>

0 commit comments

Comments
 (0)