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
Criteria:
The test should only fail when encountering a varchar / text value equal to ''
Also, the trim function should be able to be optionally applied based on an argument since it may not be required for all cases or supported by all database engines.
The text was updated successfully, but these errors were encountered:
Description:
Currently there is no easily available test to ensure that varchar columns do not contain empty strings.
Motivation:
This is useful to test for in order to prevent downstream data type collisions (especially via coercion like in unions on snowflake
Ex. https://community.snowflake.com/s/article/Numeric-value-is-not-recognized
Criteria:
The test should only fail when encountering a varchar / text value equal to
''
Also, the trim function should be able to be optionally applied based on an argument since it may not be required for all cases or supported by all database engines.
The text was updated successfully, but these errors were encountered: