Casabase Cube 4.1.0
Release: 4.1.0
Release type: Minor (contains breaking changes)
Released: August 28, 2026
Platform: Snowflake Native App
Casabase Cube 4.1.0 updates product terminology from hierarchy to dimension across procedures, consumer views, and configuration to align with standard OLAP terminology.
This release contains breaking changes. Review the Upgrade Notes section before upgrading.
What’s New
Section titled “What’s New”Dimension Terminology
Section titled “Dimension Terminology”Casabase Cube now uses dimension terminology in place of hierarchy throughout the product.
This change affects hierarchy-related procedures, consumer views, and configuration.
Procedures
Section titled “Procedures”Hierarchy-related procedures have been renamed to use dimension terminology.
In particular, the REBUILD_AUTO_HIERARCHIES() stored procedure has been renamed to REBUILD_DIMENSIONS().
REBUILD_AUTO_HIERARCHIES() → REBUILD_DIMENSIONS()Other hierarchy-related procedures have also been renamed to use dimension terminology, including:
CREATE_HIERARCHY → CREATE_DIMENSIONConsumer Views
Section titled “Consumer Views”The consumer hierarchy view has been renamed:
SHARED_DATA.<CUBE>_HIERARCHY → SHARED_DATA.<CUBE>_DIMENSIONThe previous _HIERARCHY view is removed in version 4.1.0.
Any references to cube hierarchy views using the following naming convention must also be updated:
<CUBE_NAME>_HIERARCHIES → <CUBE_NAME>_DIMENSIONSConfiguration
Section titled “Configuration”Hierarchy-related configuration columns have been renamed to use dimension terminology.
Examples include:
HIER_NAME → DIM_NAMEIS_TIME_HIERARCHY → IS_TIME_DIMENSIONTOP_OF_HIER → TOP_OF_DIMENSIONOther hierarchy-related configuration columns and tables are updated as part of the upgrade.
Upgrade Notes
Section titled “Upgrade Notes”Breaking Changes
Section titled “Breaking Changes”Version 4.1.0 contains breaking changes for external scripts, dashboards, integrations, or other processes that reference hierarchy-related procedure names or the previous _HIERARCHY consumer view.
These references must be updated to use the new dimension terminology.
AI Agent
Section titled “AI Agent”If you use the Cortex Agent, re-run Admin → AI Agent after upgrading.
Existing agents reference procedure names that changed in version 4.1.0 and will not work until the agent is redeployed.
HEALTH_CHECK() will identify this condition.
Scripts and Dashboards
Section titled “Scripts and Dashboards”Update any scripts, dashboards, integrations, or other external processes that reference:
REBUILD_AUTO_HIERARCHIES(), which must be changed toREBUILD_DIMENSIONS()- References to
<CUBE_NAME>_HIERARCHIES, which must be changed to<CUBE_NAME>_DIMENSIONS - The previous
SHARED_DATA.<CUBE>_HIERARCHYview - Other hierarchy-related procedure names that were renamed in version 4.1.0
Automatic Upgrade Handling
Section titled “Automatic Upgrade Handling”The following changes are handled automatically during the upgrade:
- Configuration column and table renames
- Regeneration of consumer dimension views for all active cubes
- Regeneration of secure fact views
Existing query functions continue to work without manual intervention.
