-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Validation FunctionRelated to generating metricsRelated to generating metrics⚡️enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Validation FunctionRelated to generating metricsRelated to generating metrics⚡️enhancementNew feature or requestNew feature or request