Skip to content

Commit d15ca2a

Browse files
authored
Docs: extends warning
Add a warning to extends keyword to note which keys it doesn't extend
1 parent ea477a5 commit d15ca2a

File tree

1 file changed

+7
-1
lines changed
  • docs/pages/product/data-modeling/reference

1 file changed

+7
-1
lines changed

docs/pages/product/data-modeling/reference/cube.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,12 @@ cube(`extended_order_facts`, {
215215
})
216216
```
217217

218+
<WarningBox>
219+
220+
Extends does not apply to the `refresh_key` parameter - cubes which extend another and do not declare a `refresh_key` will use the [default for their given engine][ref-cube-refresh-key].
221+
222+
</WarningBox>
223+
218224
### `data_source`
219225

220226
Each cube can have its own `data_source` name to support scenarios where data
@@ -636,4 +642,4 @@ The `access_policy` parameter is used to configure [data access policies][ref-re
636642
[ref-ref-pre-aggs]: /product/data-modeling/reference/pre-aggregations
637643
[ref-ref-dap]: /product/data-modeling/reference/data-access-policies
638644
[ref-syntax-cube-sql]: /product/data-modeling/syntax#cubesql-function
639-
[ref-extension]: /product/data-modeling/concepts/code-reusability-extending-cubes
645+
[ref-extension]: /product/data-modeling/concepts/code-reusability-extending-cubes

0 commit comments

Comments
 (0)