github calogica/dbt-expectations 0.3.5
dbt-expectations v0.3.5

latest releases: 0.10.4, 0.10.3, 0.10.2...
3 years ago

dbt-expectations v0.3.5

Features

  • Added a new macro, expect_row_values_to_have_data_for_every_n_datepart, which tests whether a model has values for every grouped date_part.

    For example, this tests whether a model has data for every day (grouped on date_col) from either a specified start_date and end_date, or for the min/max value of the specified date_col.

    tests:
        - dbt_expectations.expect_row_values_to_have_data_for_every_n_datepart:
            date_col: date_day
            date_part: day

Fixes

Don't miss a new dbt-expectations release

NewReleases is sending notifications on new releases.