Skip to content

0.7.2

Compare
Choose a tag to compare
@jasnonaz jasnonaz released this 15 Sep 14:15
fc18046

This is a patch release with several minor changes and one new test:

New:

  • Added not_null_proportion schema test that allows the user to specify the minimum (at_least) tolerated proportion (e.g., 0.95) of non-null values

Under the Hood:

  • Allow user to provide any case type when defining the exclude argument in dbt_utils.star()
  • Log whole row instead of just column name in 'accepted_range' schema test to allow better visibility into failures
  • use column name to group in 'get_column_values ' to allow better cross db functionality