Joshua Greenhalgh
04/28/2022, 2:12 PMschedule=CronSchedule("0 11 * * *") if ENV_VAR else None
,Kevin Mullins
04/28/2022, 2:21 PM--schedule / --no-schedule
and if you are using flow.register it is set_schedule_active
https://docs.prefect.io/api/latest/cli/register.html
https://docs.prefect.io/api/latest/core/flow.html#flow-2Anna Geller
04/28/2022, 3:48 PM