Skip to content

feat: zero numeric validation function #240

@subhankarb

Description

@subhankarb

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:

  • COUNT_ZERO
  • PERCENT_ZERO

Example:

validations for product_db.products:

  • zero count should be less than 52:
    on: count_zero(price)
    threshold: < 52

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions