You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Using
soda suggest
, therow count check
automatically generates this file:But then running this same file we get the error that this method is deprecated:
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
The text was updated successfully, but these errors were encountered: