sodadata / soda-sql

Soda SQL and Soda Spark have been deprecated and replaced by Soda Core. docs.soda.io/soda-core/overview.html
https://docs.soda.io/
Apache License 2.0
60 stars 15 forks source link

valid_min_length is not working #349

Open JoeriMeurisse opened 2 years ago

JoeriMeurisse commented 2 years ago

Describe the bug When running a scan on a SQL server dataset, using a valid_min_length definition on a column, the scan fails with an error message (see screenshot)

Context relevant yaml piece under "columns:"

maiden_name: valid_min_length: 3 tests:

  • missing_percentage < 15
  • invalid_percentage < 15
Screenshot 2022-05-04 at 17 15 36
albinkjellin commented 2 years ago

This seems to be the case for Postgres as well.