Release 2025.05.1

We have introduced new features and fixes to simplify job comparison workflows, secure sensitive data, and improve reportability.

New Features & Improvements 🚀

  • Column Masking:

    We've added column masking within Assets to protect sensitive or personally identifiable information.
    This feature hides raw data values in report previews, dashboards, and shared views without modifying the underlying data in the database. It is ideal for maintaining data privacy and compliance in shared environments, allowing secure collaboration while safeguarding confidential information such as customer details and financial data.

  • Schema Only Comparison:

    Users now have the option to run Schema Only Comparisons, which check whether the structure of source and target databases match.
    This comparison ignores row-level data and focuses only on schema elements like tables, columns, and data types. It's a quick way to validate structural alignment before running full data comparisons—helping teams catch mismatches early and avoid downstream issues.

  • Schema Diff for Empty Tables:

    When both the source and target tables are empty, we now display the Schema Difference instead of skipping the comparison.
    There is also a warning message to indicate that both tables are empty. This ensures users still receive structural insights and can validate schema consistency—even when no rows are present.

  • Report Generation:

    The Comparisons Jobs now includes Report Filters that let users generate and export reports using custom filters.
    Users can filter by job status, result type, and job origin to create downloadable overview. This provides a quick view of how many comparison jobs were run, how many failed, and what differences were detected—making it easier to track performance and outcomes.

  • Direct Navigation to Comparison Details:

    User can click any comparison name in the Comparison Jobs table can navigate to its detailed view.
    This update simplifies the workflow by giving users faster access to results and comparison insights—without additional navigation steps.

  • Search by Comparison ID:

    Users can now search for a specific comparison using its Comparison ID.


Bug Fixes 🐛

  • Excel Download – Special Characters:

    Fixed an issue where downloading excel sheets would fail if the data contained unsupported or special characters.
    Downloads now handle such characters correctly.