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

Add example for dynamic date params in expect_row_values_to_have_data_for_every_n_datepart #173

Closed clausherther closed 2 years ago

clausherther commented 2 years ago

Add example of how to set params in expect_row_values_to_have_data_for_every_n_datepart via modules.datetime

test_end_date: '{{ modules.datetime.date.today() }}'