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 @@ -342,7 +342,7 @@ When applicable, it will be displayed in [Playground][ref-playground] and expose
342342to data consumers via [APIs and integrations][ref-apis].
343343
344344A description can give a hint both to your team and end users, making sure they
345- interpret the data correctly.
345+ interpret the data correctly.
346346
347347<CodeTabs>
348348
@@ -462,7 +462,8 @@ cubes:
462462
463463` every` - can be set as an interval with granularities `second`, `minute`,
464464` hour` , `day`, and `week` or accept CRON string with some limitations. If you
465- set `every` as CRON string, you can use the `timezone` parameter.
465+ set `every` as CRON string, you can use the `timezone` parameter. It takes
466+ precedence over the query timezone.
466467
467468For example :
468469
@@ -626,4 +627,4 @@ The `access_policy` parameter is used to configure [data access policies][ref-re
626627[ ref-ref-segments ] : /reference/data-model/segments
627628[ ref-ref-joins ] : /reference/data-model/joins
628629[ ref-ref-pre-aggs ] : /reference/data-model/pre-aggregations
629- [ ref-ref-dap ] : /reference/data-model/data-access-policies
630+ [ ref-ref-dap ] : /reference/data-model/data-access-policies
You can’t perform that action at this time.
0 commit comments