File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
docs/pages/reference/data-model Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ When applicable, it will be displayed in [Playground][ref-playground] and expose
358358to data consumers via [APIs and integrations][ref-apis].
359359
360360A description can give a hint both to your team and end users, making sure they
361- interpret the data correctly.
361+ interpret the data correctly.
362362
363363<CodeTabs>
364364
@@ -478,7 +478,8 @@ cubes:
478478
479479` every` - can be set as an interval with granularities `second`, `minute`,
480480` hour` , `day`, and `week` or accept CRON string with some limitations. If you
481- set `every` as CRON string, you can use the `timezone` parameter.
481+ set `every` as CRON string, you can use the `timezone` parameter. It takes
482+ precedence over the query timezone.
482483
483484For example :
484485
@@ -643,4 +644,4 @@ The `access_policy` parameter is used to configure [data access policies][ref-re
643644[ ref-ref-joins ] : /reference/data-model/joins
644645[ ref-ref-pre-aggs ] : /reference/data-model/pre-aggregations
645646[ ref-ref-dap ] : /reference/data-model/data-access-policies
646- [ ref-syntax-cube-sql ] : /product/data-modeling/syntax#cubesql-function
647+ [ ref-syntax-cube-sql ] : /product/data-modeling/syntax#cubesql-function
You can’t perform that action at this time.
0 commit comments