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

Larissa Siqueira

02/02/2023, 2:28 PM
Hello everyone! Is it possible to access parameters apart from the node inputs? Our goal is to format the variables names and make it change depending on the global params input on kedro run.
d

datajoely

02/02/2023, 3:09 PM
You can use a
before_pipeline_run
hook to achieve this :)
l

Larissa Siqueira

02/03/2023, 7:30 PM
Thanks for the answer! Is its use only with ml-flow?
d

datajoely

02/05/2023, 7:21 PM
no hooks are yours to extend kedro anyway you want https://kedro.readthedocs.io/en/stable/hooks/introduction.html
l

Larissa Siqueira

02/06/2023, 12:27 PM
Ok thanks!!
4 Views