Skip to content

14 October 2024 Release Notes

Open Source Version 2.15.2

  • TestGen can be installed with pip! As an alternative to the Docker Compose installation with dk-installer, TestGen can now be installed as a Python package via pip. This mode of installation uses the dataops-testgen package published to PyPI, and it requires a PostgreSQL instance to be provisioned for the application database.
  • The Project Overview screen has been redesigned to display a project summary and the latest profiling and test result summaries for each table group.
  • The Profiling Runs, Test Runs, Test Suites, Connections, and Table Groups pages have been redesigned to improve the user experience and navigation. [TG-796, TG-797, TG-807]
  • Deep linking support has been updated so that links to application pages with applied filters and sorting are easily shareable.
  • The sorting and filtering options on the Profiling Results, Hygiene Issues, and Test Results pages have been enhanced. [TG-793, TG-798]
  • A new summary bar for potential PII (personally identifying information) issues has been added to the Hygiene Issues page. [TG-781]
  • We fixed bugs related to test validation and deactivation of invalid test definitions. [TG-805]
  • We made fixes to how entities are deleted to ensure that children entities are correctly removed. [TG-773]
  • We fixed bugs in the functionality to check for new versions of the application. [TG-768, TG-776]
  • We applied general fixes to reduce errors and improve our user experience.