Skip to main content

property Cube.feeding : Literal[‘enabled’, ‘disabled’]

Whether the cube is fed from the database. When "disabled", hierarchies have no members, aggregate providers are empty, etc. Queries thus return empty results. This is useful to avoid paying the cost of feeding until the entire data model is defined.
Feeding is enabled by default:
Recreating the cube with feeding disabled:
The cube has some hierarchies and measures:
and they can be changed:
but there is no data in the cube:
Enabling feeding blocks until the cube is entirely fed:
Once enabled, feeding cannot be disabled: