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

valid_min_length is not working

Open JoeriMeurisse opened this issue 3 years ago • 1 comments

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

JoeriMeurisse avatar May 04 '22 15:05 JoeriMeurisse

This seems to be the case for Postgres as well.

albinkjellin avatar May 17 '22 07:05 albinkjellin