Hi everyone,
Is it possible to create a deployment that is scheduled once a week using different parameter sets? I'm trying to create a flow that run a ML pipeline with the configuration for that model as an input parameter. I have several models for which I want to run this pipeline on a weekly basis.
So far, I managed to create a deployment for each model but this seemed a bit wasteful given that the flows are identical except for the parameters.
Thanks in advance.