cube icon indicating copy to clipboard operation
cube copied to clipboard

Docs: extends warning

Open M1ke opened this issue 3 months ago • 1 comments

Add a warning to extends keyword to note which keys it doesn't extend

Check List

  • [x] Tests have been run in packages where changes made if available (n/a)
  • [x] Linter has been run for changed code (n/a)
  • [x] Tests for the changes have been added if not covered yet (n/a)
  • [x] Docs have been added / updated if required (docs only)

Description of Changes Made (if issue reference is not provided)

The extends keyword does not apply refresh_key to the cube that's extended, if the base cube is abstract, instead that cube will use the default refresh. There's no indication of this being a bug but the docs don't clarify it. Checking the code it's unclear if this is deliberate but it feels like this would be a clear bug otherwise so assuming it's intended. This clarifies the behaviour to avoid unnecessary cache refreshes.

M1ke avatar Oct 07 '25 12:10 M1ke

Selection_001

M1ke avatar Oct 07 '25 13:10 M1ke