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: Validity Metric String Min Length #175

Open
subhankarb opened this issue Jan 12, 2024 · 0 comments
Open

feat: Validity Metric String Min Length #175

subhankarb opened this issue Jan 12, 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

New validity metric for String Min Length

Describe the solution you’d like

We need to implement a new metric named min_string_length. The metric will generate the minumum value of the column's length. This is only applicable to string columns.

The configuration example will be like below.

metrics:
  - name: example_min_string_length
    metric_type: min_string_length
    resource: dcs_pgsql_db.dcs_iris.species
@subhankarb subhankarb added ⚡️enhancement New feature or request Validation Function Related to generating metrics labels Jan 12, 2024
@datageek00 datageek00 changed the title feat: feat: Validity Metric String Min Length Feb 16, 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