Skip to content

Commit f279446

Browse files
authored
Fix description
1 parent d15ca2a commit f279446

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ cube(`extended_order_facts`, {
217217

218218
<WarningBox>
219219

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].
220+
Extends using non-named cubes will not copy all fields across. For example the `refresh_key` value will not be copied and the default refresh key for the given database will be used (see `refresh_key` below for more details)
221221

222222
</WarningBox>
223223

0 commit comments

Comments
 (0)