Scott Fought

Results 4 comments of Scott Fought

[Collation](https://docs.snowflake.com/en/sql-reference/collation.html) allows for different encoding and rules for string behaviors in Snowflake. Regular expressions do not support collation at this time so the patch is to remove the collation then...

Are you using a metric argument like, - missing values - missing regex - missing format Could you please share a minimal check file, the data type of the column...

Got it. That's really helpful. The [Validity Metric doc](https://docs.soda.io/soda-cl/validity-metrics.html#list-of-valid-formats) states, > Valid formats apply only to columns using data type TEXT. The NUMERIC_COLUMN is defined as NUMBER(3,0) so the (valid...

Fix is in the branch 665-snowflake-collation. Though this removes collation from all VARCHAR columns, collated or not. While this is benign, it is unnecessary. Would it be more appropriate to...