Skip to content
  • There are no suggestions because the search field is empty.

Release: 1.1.1026 2026-07-13

Data Migration

New features
  • In project activity restrictions per project member - Admins and any Editors given the user management (add/remove) permission can now add/remove project members, and manage member restrictions for: View data files, Delete files and assets, upload files, download files, lock/unlock items. These are set on a per project basis and are supplementary to the role. 
    There are a few exceptions:
    • Admins always have project access and the right to add/remove and manage member restrictions.
    • Client Admins that are not project members do not have the right to: View data files, Delete files and assets, upload files, download files, lock/unlock items. When added as members these right may be given.
    • Editors can not manage the rights of Admins.
    • Contributors can not be given the right to add/remove and manage member restrictions.
    • More information here: Managing users, project members and activity restrictions

  • Batch associate data files to tables within a schema - In the Associate data flow, select a folder to automatically associate all data files within it to any tables in the schema where the names and data structures match.
  • In project audit logging and change history (beta) - This creates a timestamped log of changes by user within a project. Initially this is for Mappings and Conversion job definition code (JOIN statements and Data Filtering statements (WHEREs)). Other assets change logging will be added in upcoming releases. This is also surfaced in project to the following places:
    • Mapping: On each field mapping there is a new Notes tab, with a History panel showing the timestamped changes for the specific field Mapping.
    • Conversion Jobs: In both the JOIN and data filter (WHERE) statement definitions for each target table, there is a new History tab showing the timestamped changes.
  • CHANGE: Data file validation and profiling - these reports have now combined into a single panel.
    • Validation updates:
      • Raw validation data is now viewable in the panel and as a downloadable CSV. This shows 2 columns for the each column in the data file:
        • [column name]_error_codes. When a field in a row fails a validation check, the failure code is added to  (1 - Null in required column, 2 - incorrect data type, 3 - non conforming value to constraint).
        • [column name]_raw_value.  When a field in a row fails a validation check, the failing value is shown
        • If it passes (0) no value is shown.
    • Profiling and Validation for a file can now be rerun.
    • Viewing the data is now controlled by Project Member restrictions (see above) 

 

Data Lineage

  • AI Lineage Assistant performance improvements

Utilities

  • SFTP/LFTP: Import Files to Project using parallel connections - Import .csv, .json, .txt, .xls, and .xlsx files from an SFTP server to a project using lftp parallel downloads for improved transfer speed

Platform updates

  • Roles user permissions enhancements: Per project permissions and per project user activity restrictions.