Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soda suggest uses deprecated anomaly score #2203

Open
melvin-moreno opened this issue Jan 23, 2025 · 1 comment
Open

Soda suggest uses deprecated anomaly score #2203

melvin-moreno opened this issue Jan 23, 2025 · 1 comment

Comments

@melvin-moreno
Copy link

melvin-moreno commented Jan 23, 2025

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

@tools-soda
Copy link

CLOUD-9145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants