...
This release includes the following non-Spark enhancements:
Support for Kyvos now enforces primary key validation in constraints on dimension data values during semantic model processing is available. Users can enable the inclusion of erroneous data in error messages and system logs by setting the kyvos.publish.error.data property to true. By default, this property is set to falseIf the primary key column contains duplicate values, the processing will fail.
Support for pushing SQL expression filters on dimension columns to the MDX engine. Previously, filters based on SQL expressions could not be pushed to the Query Engine (QE) via the MDX flow.
Pruning support is now available for advanced filtering scenarios, enhancing query performance optimization.
NOTE: To enable advanced pruning, set the kyvos.query.enable.advancedPruning property to true. By default, this property is set to false.
...