Getting 'unexpected_rows" in ColumnPairMapExpectation #5920
mykola-yesypchuk-inflection
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem:
Almost all column expectations can return "unexpected_rows" when we validate data with parameters result_format=SUMMARY and include_unexpected_rows=True. It helps to get invalid rows consider "partial_unexpected_count" parameter.
But expectations that inherit ColumnPairMapExpectation can't return "unexpected_rows".
Why:
great_expectations/great_expectations/expectations/expectation.py
Lines 2352 to 2367 in 5449e96
great_expectations/great_expectations/expectations/expectation.py
Line 2385 in 5449e96
Example, when unexpected_rows is returned correctly:
great_expectations/great_expectations/expectations/expectation.py
Lines 2139 to 2154 in 5449e96
Solution:
Beta Was this translation helpful? Give feedback.
All reactions