Skip to content

[Feature]: different invalida data renderers supported #77

@nbbn

Description

@nbbn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions