https://prefect.io logo
Title
a

Artem Vysotsky

05/03/2022, 2:12 AM
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

Kevin Kho

05/03/2022, 2:24 AM
See this to add a schedule to a registered flow but I think you should read this first
1
a

Artem Vysotsky

05/03/2022, 2:50 AM
@Kevin Kho thanks so much. Exactly what I was looking for