Skip to content

Commit 646bd9d

Browse files
authored
docs: clarify usage of cron + sql in refresh_key (#9082)
* docs: clarify usage of cron + sql in refresh_key * Update pre-aggregations.mdx
1 parent 80591ea commit 646bd9d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,12 @@ To have a pre-aggregation rebuild at a specific time of day, you can use a CRON
926926

927927
You can also use `every` with `sql`:
928928

929+
<WarningBox>
930+
931+
Using CRON strings and `sql` is not supported and will result in a compilation error.
932+
933+
</WarningBox>
934+
929935
<CodeTabs>
930936

931937
```javascript
@@ -1756,4 +1762,4 @@ cubes:
17561762
[ref-aggregating-indexes]: /product/caching/using-pre-aggregations#aggregating-indexes
17571763
[ref-pre-aggs]: /product/caching/using-pre-aggregations
17581764
[ref-ref-cubes]: /reference/data-model/cube
1759-
[ref-custom-granularity]: /reference/data-model/dimensions#granularities
1765+
[ref-custom-granularity]: /reference/data-model/dimensions#granularities

0 commit comments

Comments
 (0)