Tell us about the problem you're trying to solve
As a user, I want to test the column with all space values
Describe the solution you’d like
A total of two all-space functions need to be implemented:
- COUNT_ALL_SPACE
- PERCENT_ALL_SPACE
Example:
validations for product_db.products:
- no row should have all space values:
on: count_all_space(price)
threshold: = 0
Tell us about the problem you're trying to solve
As a user, I want to test the column with all space values
Describe the solution you’d like
A total of two all-space functions need to be implemented:
Example:
validations for product_db.products:
on: count_all_space(price)
threshold: = 0