Hello everyone, I'm trying to achieve "scheduling ...
# ask-community
o
Hello everyone, I'm trying to achieve "scheduling deployment with a custom parameter". I know we can do this from the UI (Deployments>Run>Custom run). (see attached image) How can I accomplish this with a client function? I've checked
create_flow_run_from_deployment
at https://github.com/PrefectHQ/prefect/blob/cb84f4af54be700d3ba433b90cb36c6da3d36290/src/prefect/client/orchestration.py#L559-L627, but I couldn't understand how to set the start time. Thank you.
solved