Is your feature request related to a problem? Please describe.
I am using unexpected_list in validation result to find out invalid records in ExpectCompoundColumnsToBeUnique expectation. But I am only getting 200 invalid rows rest invalid rows are eliminated from result.
Describe the solution you'd like
Remove this limitation on unexpected_list, or introduce some other key which can hold all invalid records.