Tell us about the problem you're trying to solve
As a user I want to create validation based on number of zeros
Describe the solution you’d like
Total two zero validation functions needs to be implemented:
Example:
validations for product_db.products:
- zero count should be less than 52:
on: count_zero(price)
threshold: < 52
Tell us about the problem you're trying to solve
As a user I want to create validation based on number of zeros
Describe the solution you’d like
Total two zero validation functions needs to be implemented:
Example:
validations for product_db.products:
on: count_zero(price)
threshold: < 52