Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: all space Completeness validation function #247

Open
subhankarb opened this issue Sep 4, 2024 · 0 comments
Open

feat: all space Completeness validation function #247

subhankarb opened this issue Sep 4, 2024 · 0 comments
Labels
⚡️enhancement New feature or request Validation Function Related to generating metrics

Comments

@subhankarb
Copy link
Contributor

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
@subhankarb subhankarb added ⚡️enhancement New feature or request Validation Function Related to generating metrics labels Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡️enhancement New feature or request Validation Function Related to generating metrics
Projects
None yet
Development

No branches or pull requests

1 participant