Hi Team, is there a way to access the runtime par...
# questions
m
Hi Team, is there a way to access the runtime parameter (uuid as a string), passed on while creating a session in kedro, inside a pipeline.py file without storing it in some other files. exact use case: In a multi-user application, I am trying to pass on uuid attached filenames (eg: raw_file_{uuid}.csv) to the local location and i need to map the same to input/output of nodes in the pipeline.py to distribute correct file during each user activity. As of now, I am planning to handle the catalog using hooks by feeding the dataset before pipeline run and removing those after pipeline run
m
m
not yet, but will this replace the existing params?
@marrrcin
m
That depends on how you use it