I am trying to validate an id
column against expect_column_values_to_match_regex
with row_condition
based on id column's length.
I have a specific regex to apply based on the length of the id
.
How do I do it with row_condition
. The examples in the doc talk only about the value of a column not the length of a column. Any suggestions?