datachecks icon indicating copy to clipboard operation
datachecks copied to clipboard

feat: Validity Metric String Min Length

Open subhankarb opened this issue 2 years ago • 0 comments

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 avatar Jan 12 '24 08:01 subhankarb