-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Guidelines
- I agree to follow this project's Contributing Guidelines.
Description
Error details view is hardcoded and with limited functionality.
Problem
I would like to have not just a sample of invalid data, but all of it displayed in details of the check.
Also, this table should be rendered with other packages, like reactable, etc., so I will be able to turn on e.g. filtering or hide sensitive information
Proposed Solution
Create advanced formatters for this invalid data view that will allow creation of custom tables or other things (plots even!)
I can imagine passing function responsible for formatting of error messages.
Alternatives Considered
Allow additional parameters like sample_size = int, sample = bool, table_type = char, filters = bool that will allow customization of the output.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request