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

brewski

07/26/2022, 3:05 AM
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...