Known Issues
Before installing or upgrading AtScale, please review this section to be aware of all known issues.
C2025.6.4
Underscore-led tables do not display
Schemas that lead with underscores do not appear in AtScale. Any schemas that lead with underscores should be updated so they display properly.
ATSCALE-17613
Enabling honeybee on PostgreSQL data warehouses causes engine instability
Enabling honeybee on a PostgreSQL data warehouse after it has been connected to AtScale causes the engine to become unstable. To avoid this issue, AtScale recommends enabling honeybee on your PostgreSQL data warehouse before adding it in Design Center.
ATSCALE-28082
ADDCOLUMNS DAX function results in failure
When using Microsoft Power BI in Tabular mode with Redshift, adding a Power BI client-side expression with the ADDCOLUMNS DAX function can result in errors.
ATSCALE-25366
Is Aggregatable cannot be disabled on non-root levels in hierarchies with more than two levels
In hierarchies with more than two levels, disabling the Is Aggregatable property on levels other than the root level is not supported. In future releases, models with such a configuration will not deploy to the engine.
ATSCALE-25328
Iris JDBC does not support CTEs
The Iris JDBC driver does not support Common Table Expressions (CTEs), so the new feature that enables the query planner to use CTEs is not supported for Iris. If you are using AtScale on Iris, you need to set the following global setting:
query.planning.allowCtes: false
By default, this setting is set to true.