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

Andrej Zachar

03/30/2023, 6:10 PM
Hey everyone, I'd like to know if I can pass a "context" to my Kedro node function, which would allow me to access the names of input variables. For instance, if I'm generating a PDF report, I'd like to be able to identify the classifier and input versions I used. Is this possible? Thank you!
d

datajoely

03/30/2023, 6:18 PM
so we specifically don’t encourage this pattern in Kedro as the philosophy is all about reproducibility . there are ways to do it, but the best way to extend the lifecycle of the run should be done via Kedro hooks https://kedro.readthedocs.io/en/stable/hooks/introduction.html