Hi community, I’m trying to find a documentation t...
# prefect-community
a
Hi community, I’m trying to find a documentation that will show an example (if possible) of programmatic cron job scheduling. I.e. I would imagine, that there will be a way to create a parametrized schedule via server api. Use case: Imagine a user interface where user could create a recurring job, specify job schedule and some additional parameters for the job to be executed (i.e. an ETL pipeline with sources and destinations configured via params)
k
See this to add a schedule to a registered flow but I think you should read this first
1
a
@Kevin Kho thanks so much. Exactly what I was looking for