Skip to content

Commit 946645e

Browse files
authored
Update pre-aggregations.mdx
1 parent 49fc172 commit 946645e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/reference/data-model/pre-aggregations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -924,14 +924,14 @@ cubes:
924924
To have a pre-aggregation rebuild at a specific time of day, you can use a CRON string with some limitations. For more details about values that can be used with the `every` parameter, please refer to the
925925
[`refreshKey`][ref-cube-refreshkey] documentation.
926926

927+
You can also use `every` with `sql`:
928+
927929
<WarningBox>
928930

929931
Using CRON strings and `sql` is not supported and will result in a compilation error.
930932

931933
</WarningBox>
932934

933-
You can also use `every` with `sql`:
934-
935935
<CodeTabs>
936936

937937
```javascript

0 commit comments

Comments
 (0)