is there a way to make a variable declared in a Pr...
# beginners-need-help
b
is there a way to make a variable declared in a ProjectContext accessible during runtime? I noticed that in the documentation all of the parameters provided (https://kedro.readthedocs.io/en/latest/kedro.framework.context.KedroContext.html#kedro.framework.context.KedroContext) are read only, but I need to pass a reference to my session object to code in nodes in my pipeline...