https://kedro.org/ logo
#advanced-need-help
Title
# advanced-need-help
e

eliaspd

10/18/2022, 12:32 PM
Hey, I was wondering if there was an elegant solution to overwrite parameters dynamically? I am instanciating a pipeline 12 times, but they all need to run with a different parameter called date_max, e.g. "07/01/22" for the first one, and the other ones are decrementing one month, e.g. "06/01/22"... etc.. The pipelines are generated of a template dynamically and ideally I would just pass the adjusted parameter.