Skip to content

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.

Casabase Cube now uses dimension terminology in place of hierarchy throughout the product.

This change affects hierarchy-related procedures, consumer views, and configuration.

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_DIMENSION

The consumer hierarchy view has been renamed:

SHARED_DATA.<CUBE>_HIERARCHY → SHARED_DATA.<CUBE>_DIMENSION

The 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>_DIMENSIONS

Hierarchy-related configuration columns have been renamed to use dimension terminology.

Examples include:

HIER_NAME → DIM_NAME
IS_TIME_HIERARCHY → IS_TIME_DIMENSION
TOP_OF_HIER → TOP_OF_DIMENSION

Other hierarchy-related configuration columns and tables are updated as part of the upgrade.

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.

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.

Update any scripts, dashboards, integrations, or other external processes that reference:

  • REBUILD_AUTO_HIERARCHIES(), which must be changed to REBUILD_DIMENSIONS()
  • References to <CUBE_NAME>_HIERARCHIES, which must be changed to <CUBE_NAME>_DIMENSIONS
  • The previous SHARED_DATA.<CUBE>_HIERARCHY view
  • Other hierarchy-related procedure names that were renamed in version 4.1.0

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.