Release 2025.06.02

Release date16 June 2025
We’ve introduced several updates focused on flexibility, quality, and elevating the overall user experience
New Features & Improvements 🚀
-
We've Introduced Virtual Table support for Test Data Management (TDM).Virtual Tables:
Users can now create virtual tables on top of existing data sources by defining custom SQL queries. This allows data generation across multiple tables using joins, calculated fields, and more—without needing to create an actual view or table in the data warehouse. This feature adds flexibility to data generation workflows and helps ensure higher data quality.
-
Structured Error Codes Integration:
Implemented structured error handling with a consistent set of standardized error codes. This allows the UI to display clear and consistent messages to users based on specific failure scenarios, along with instructions on how to resolve them.
This enhancement significantly improves debugging and enables users to identify and take corrective action more effectively.
-
Comparison Action Buttons:
Two options are now available during comparison setup:
Submit
: Registers the comparison for later execution.Submit & Execute
: Immediately runs the comparison after submission.
You can view ongoing status and execute
REGISTERED
comparisons directly from the Comparison Jobs section. This gives users the flexibility to either schedule comparisons or run them immediately, based on workflow needs.
-
Bulk Schema Validation:
Comparison now supports bulk schema validation across tables and environments, allowing users to detect structural mismatches efficiently through a single operation.
-
Auto Column Mapping:
Columns between source and target datasets are now automatically mapped during setup. This streamlines the configuration process while still allowing manual overrides if needed.
-
Diff Indicators in Comparison Results
If the comparison result contains differences, each result now displays specific icons that represent the types of mismatches identified between source and target datasets.
These visual cues enhance clarity and help users quickly assess discrepancies at a glance.
Bug Fixes 🐛
-
OnPagination Reset Issue:Workspaces > Datasources
, fixed a bug where editing a workspace form on any page other than the first would reset the view to page one upon return. Pagination state is now preserved correctly.