Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 485 Bytes

expect_column_values_to_be_within_n_stdevs.md

File metadata and controls

12 lines (9 loc) · 485 Bytes

expect_column_values_to_be_within_n_stdevs (source)

Expects (optionally grouped & summed) metric values to be within Z sigma away from the column average

Applies to: Column

tests:
  - dbt_expectations.expect_column_values_to_be_within_n_stdevs:
      group_by: group_id # (Optional. Default is 'None')
      sigma_threshold: 3 # (Optional. Default is 3)