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

RRoger

11/21/2021, 9:06 AM
I changed the method to:
Copy code
@hook_impl
def before_node_run(self, node: Node):
    # adding extra behaviour to a all nodes
    print(f"Hello from {node.name}")
Which should print before each node right? But still nothing.