https://prefect.io logo
e

eran

08/07/2023, 7:06 PM
hello, how can i schedule a flow_run with parameters but the parameter is dynamic and changes every day for instance a cron scheduler cron 0 0 * * * that passes 111 on sunday, 222 on monday ... 777 on saturday
d

Deceivious

08/08/2023, 5:13 AM
You can set the parameter to None. And let the flow code deal with generating the "dynamic value" based on the day if the parameter is None.