soda-core icon indicating copy to clipboard operation
soda-core copied to clipboard

Soda suggest uses deprecated anomaly score

Open melvin-moreno opened this issue 10 months ago • 1 comments

Using soda suggest, the row count check automatically generates this file:

  # Add a row count check - https://go.soda.io/suggest-rowcount
  - row_count > 0
  - anomaly score for row_count < default

But then running this same file we get the error that this method is deprecated:

$ soda scan ...
[18:56:19] Anomaly Score Deprecation Warning: The anomaly score check is deprecated and will be removed in the future. Please consider using the anomaly detection check going forward. See the migration guide: https://docs.soda.io/soda-cl/anomaly-detection#migrate-to-anomaly-detection

It should instead use the new method, anomaly check for row_count. Additionally, the link to the documentation (https://docs.soda.io/soda-cl/anomaly-detection#migrate-to-anomaly-detection) is broken.

Version 1.8.13

melvin-moreno avatar Jan 23 '25 18:01 melvin-moreno

CLOUD-9145

tools-soda avatar Jan 23 '25 18:01 tools-soda