cube icon indicating copy to clipboard operation
cube copied to clipboard

Abstract Cube - DrillMembers Not Defined

Open rccoe opened this issue 3 years ago • 2 comments

Describe the bug When using abstract cubes https://cube.dev/docs/schema/reference/cube#abstract-cubes Getting an error that all drillMembers are "not defined"

To Reproduce Steps to reproduce the behavior:

  1. Set up an abstract cube with a drillMember
  2. Set up a cube that extends the abstract cube

You should get the compile error Screen Shot 2022-02-17 at 6 31 56 PM

Version: Latest channel in cube cloud

rccoe avatar Feb 17 '22 23:02 rccoe

As I can see it can't work with a short-form reference and the cube name is required. Let me add these details to the docs.

ivan-vdovin avatar Feb 18 '22 08:02 ivan-vdovin

Is this the same issue with refresh_key? We've observed that cubes inheriting from abstract (i.e. no name) cubes end up using the default every: '10 seconds' refresh_key instead

M1ke avatar Oct 07 '25 11:10 M1ke