Hello! Are there any examples for how the `on_node...
# beginners-need-help
n
Hello! Are there any examples for how the
on_node_error
hook is implemented? I would like to use the Pandera decorator functions (
@check_input
and
@check_output
) to validate data inputs/outputs, and use the
on_node_error
hook to catch the
SchemaError
and save the failed cases if data validation fails. Is the
on_node_error
the right approach for this? Thank you loads in advance!