Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 535 Bytes

expect_column_values_to_be_between.md

File metadata and controls

14 lines (11 loc) · 535 Bytes

expect_column_values_to_be_between (source)

Expect each column value to be between two values.

Applies to: Column

tests:
  - dbt_expectations.expect_column_values_to_be_between:
      min_value: 0  # (Optional)
      max_value: 10 # (Optional)
      row_condition: "id is not null" # (Optional)
      strictly: false # (Optional. Default is 'false'. Adds an 'or equal to' to the comparison operator for min/max)