https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
n

NC

12/02/2021, 3:29 PM
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!