Hey, I was wondering if there was an elegant solu...
# advanced-need-help
e
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.