Skip to content

Commit 8208419

Browse files
authored
docs: Fix index example on yaml (#9874)
Correctly targets the date column
1 parent 050dfe3 commit 8208419

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,8 @@ cubes:
16001600
- name: category_created_at_index
16011601
columns:
16021602
- CUBE.category
1603-
- orders__created_at_day
1603+
# special syntax needed
1604+
- "{'orders__created_at_day'}"
16041605
# ...
16051606
```
16061607

0 commit comments

Comments
 (0)