Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 400 Bytes

expect_column_value_lengths_to_equal.md

File metadata and controls

12 lines (9 loc) · 400 Bytes

expect_column_value_lengths_to_equal (source)

Expect column entries to be strings with length equal to the provided value.

Applies to: Column

tests:
  - dbt_expectations.expect_column_value_lengths_to_equal:
      value: 10
      row_condition: "id is not null" # (Optional)