[FEATURE] Extract failing reason when filtering records based on row-level checks
eapframework opened this issue · 0 comments
eapframework commented
I tried the filtering data based on row-level checks and it is working fine. New column is added with true or false based on the row-level checks. Is there any way to extract which data quality checks failed for each row.
Failing reason for each row in the input dataframe would be really great.
For example:
id|first|year|Review Check| Failing_reason |
1| null |1982| false |isComplete("first")|
2| Tom|1984| true | |
3| John|1989| true | |