soda-core
soda-core copied to clipboard
Soda suggest uses deprecated anomaly score
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
CLOUD-9145