https://kedro.org/ logo
#questions
Title
# questions
d

Dotun O

04/11/2023, 1:25 PM
Hey all, I am creating a custom functionality to re-run all missing nodes when the nodes fails. Currently trying to access the done_nodes set from runner.py within my custom hooks on_node_error function, is there an easy way for me to access the done_nodes? Here is where the done_nodes is saved for reference: https://github.com/kedro-org/kedro/blob/fa8c56fa2e510e6a449f5ac7356f76c167be978a/kedro/runner/sequential_runner.py#L71