calogica / dbt-expectations

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

Documentation for expect_column_values_to_be_between is incorrect #167

Closed dougscc closed 2 years ago

dougscc commented 2 years ago

Error

macro 'dbt_macro__test_expect_column_values_to_be_between' takes no keyword argument 'minimum'

Docs say

expect_column_values_to_be_between Expect each column value to be between two values.

tests:

Actual Args

Expects min_value and max_value

        - dbt_expectations.expect_column_values_to_be_between:
            min_value: 200701
            max_value: 202504
clausherther commented 2 years ago

Hi @dougscc! Not sure where you saw that in the docs, but here's a screenshot of our current docs where the correct parameters are shown:

image

Please feel free to reopen if you see something else wrong with this test's docs.