cube
cube copied to clipboard
Abstract Cube - DrillMembers Not Defined
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:
- Set up an abstract cube with a drillMember
- Set up a cube that extends the abstract cube
You should get the compile error

Version: Latest channel in cube cloud
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.
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