This metric expects data to include dates from consecutive months, with no months missing in
expect_column_to_have_no_months_missing
This expectation level is EXPERIMENTAL
Description
This metric expects data to include dates from consecutive months, with no months missing in
between (relative to the maximal and minimal month existing in the data).
User can define a threshold which allows for some months to be missing (equal or lower than the threshold).
Expectation fails if the number of missing months is over the threshold.
Keyword args:
- threshold (int)
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