Hi everyone, Is it possible to create a deploymen...
# prefect-getting-started
m
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.
If anyone has a better way of scheduling these tasks (via subflows or tasks) let me know. I'm open to all solutions.
w
There is a open issue for Deployment with different parameters: https://github.com/PrefectHQ/prefect/issues/14524