hubverse-org / hubValidations

Testing framework for hubverse hub validations
https://hubverse-org.github.io/hubValidations/
Other
1 stars 4 forks source link

More details in error message when valid values check fails #40

Closed annakrystalli closed 1 year ago

annakrystalli commented 1 year ago

Currently when check_tbl_values fails it only gives the index of rows affected. This is not at all useful really, nor would returning the whole row.

It would be better to:

This is trickier and maybe just the index will suffice.

Care require not to add too much additional computation load though