Changelog
HomeRequest DemoContact

Changelog 3.2

Validio 3.2 includes improvements to catalog, lineage, manual source polling, and model retraining on dynamic thresholds.

Catalog Refresh

Catalog Asset Refresh

Catalog Improvements

This release includes the following improvements to Catalog:

  • When adding and editing credentials, you can now select whether or not to include using the credentials for catalog jobs. If enabled, you will see discovered assets listed in the Catalog page.
  • You can now manually refresh the assets in your data catalog. You can select which credentials you want to include or refresh the full catalog over the past 30 days.

For more information, see About Credentials and Using Catalog.

Lineage Edge Improvements

This release includes the following improvements to Lineage:

  • You can now search and select assets to connect in the lineage graph.
  • You can now delete a lineage edge from the lineage graph. If you click the connection, you can find the delete edge option in the Connection details panel.

For more information, see Using Lineage.

Manual Source Polling Improvements

Added new APIs that allow you to manually poll a source and subsequently query for the progress of the job to help better integrate in CI pipelines and orchestration jobs.

For more information, see the Deprecations section of the 3.2.0 API Updates.

Model Retraining on Dynamic Thresholds

You can help improve the anomaly detection on dynamic thresholds by giving feedback on detected incidents. To give feedback, change the triage state of the incident to False Positive, which means the incident is not an anomaly. This feedback is used to retrain the threshold model to become more precise when detecting future incidents and anomalies.

For more information, see Model Retraining.


3.2.5

Validio 3.2.5 was released on August 9, 2024.

Platform Updates

  • Added user-agent header to Tableau requests (VR-3593)
  • Improved the performance of credential deletes (VR-3546)
  • Enabled model retraining of dynamic thresholds (VR-3537)

3.2.4

Validio 3.2.4 was released on August 6, 2024.

Platform Updates

  • Improved search results (UI-3743)
  • Improved error logging (UI-3760)
  • Fixed issue with faulty formatting of KafkaSaslSslPlain credential (UI-3752)

User Interface Updates

  • Disable create create button when data is not valid (UI-3628)

3.2.3

Validio 3.2.3 was released on July 29, 2024.

Platform Updates

  • Added Validator Wizard descriptions with external documentation links (UI-3668)
  • Reduced the complexity of the search highlighting regex that led to page unresponsiveness in Chrome (UI-3730)
  • Updated the delete dialog copy across the product to be clearer (UI-3691)
  • Fixed the roundRect method in the lineage graph on Safari that led to a bug due to too few arguments (UI-3728)
  • Filter out invalid windows to create based on validator type in wizard (UI-3545)
  • Add support for updating the SQL query of a custom SQL validator (UI-3701)
  • Allow users to use SQL filters when creating dbt source validators (UI-3720)
  • Update to use AdaptiveCard for Microsoft Teams notifications (UI-3722)
  • Ignore inaccessible projects when fetching query history from BigQuery (VR-3548)
  • Turn off table sampling by default on warehouses during schema checks (VR-3558)
  • Fix issue where reference ratio validators sometimes produce duplicate results (VR-3560)
  • Skip source health check for system tables in warehouses (VR-3547)
  • Delete any existing catalog resources for catalog disabled credentials. (VR-3531)

3.2.2

Validio 3.2.2 was released on July 22, 2024.

Platform Updates

  • Improved performance when fetching query logs from Google BigQuery (VR-2910)
  • Fixed an issue where freshness validators missed polls (VR-3542)
  • Fixed semi-structured timestamp schema inference (VR-3541)

3.2.1

Validio 3.2.1 was released on July 16, 2024.

Platform Updates

  • Added recovery to Seastar to fix an issue with replication slot recovery (UI-3708)

3.2.0

Validio 3.2.0 was released on July 8, 2024.

API Updates

Enhancements

  • Added enableCatalog flag to credentials (UI-3681)
  • Added missing __typename to catalog assets returned in lineage graph (UI-3694)
  • Added httpPath field to DatabricksSource (UI-3676)
  • Exposed resourceName on SourceNotificationRuleCondition in GraphQL APIs (UI-3679)

Deprecations

  • Deprecated the existing sourcePoll API and added two new APIs that allow you to track the progress of manual source polls, sourceManualPoll and sourceManuallPollProgress. You should switch to the new APIs. The sourcePoll API will be removed in an upcoming release. (UI-3686)
  • Deprecated disable window timeout when updating tumbling windows (UI-3719). You should set the desired behavior upon creation as updating it can lead to strange results.

User Interface Updates

Enhancements

  • Added support for searching assets when adding lineage edges (UI-3626)
  • Added support to delete lineage edges from the UI (UI-3695)
  • Added missing test button for sql filter expressions on freshness validators (UI-3610)
  • Added catalog refresh APIs and CTA to the catalog page (UI-3639)

Fixed Issues

  • Fixed default time range to include the full day (UI-3366)
  • Fixed broken pagination on incidents list when using filter (UI-3663)
  • Removed a form data check that broke the update preview for dynamic thresholds (UI-3674)

Platform Updates

Enhancements

  • Added catalog asset information on source details page (UI-3692)
  • Added rate limit to the login api to prevent brute force attacks (UI-3571)

Fixed Issues

  • Fixed empty segmentation IDs list failing schema update (UI-3693)
  • Fixed the degenerate segment count on the overview page (UI-3688)
  • Fixed issue where failed dbt Model Runs were not being exposed (VR-3486)