Expect the number of rows returned from custom query to be equal to specified value.
expect_queried_custom_query_to_return_num_rows
This expectation level is EXPERIMENTAL
Description
Expect the number of rows returned from custom query to be equal to specified value.
Args:
- template_dict: dict containing the following key: user_query (user query. It must contain active_batch e.g. "select * from {active_batch}")
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