Expect column values to be unique, with an filter.
expect_queried_column_to_be_unique_with_condition
This expectation level is BETA
Description
Expect column values to be unique, with an filter.
Args:
- template_dict: dict with the following keys: column_to_check (column to check uniqueness on. can be multiple column names separated by comma), condition (the filter for boolean column, you can provide just the column name evaluated to True)
Want to make your own Expectation or an improvement to this one?
We've put together some great how to guides (including videos) on how to create your own expectations in a flash!
You can see those resources here: Contributor Resources