calogica / dbt-expectations

Port(ish) of Great Expectations to dbt test macros
https://calogica.github.io/dbt-expectations/
Apache License 2.0
1.06k stars 130 forks source link

Set flakey tests to severity warn #162

Closed clausherther closed 2 years ago

clausherther commented 2 years ago

Testing expect_column_values_to_be_within_n_moving_stdevs can be flakey b/c of the random nature of the test data. This PR set severity to warn for any integration tests using expect_column_values_to_be_within_n_moving_stdevs.