0.7.2
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 indbt_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