Devin Dennis
07/26/2024, 3:40 AMNate
07/26/2024, 2:21 PMrun_deployment
(there's timeout=0
as a kwarg if you dont want to wait for that to finish)Nate
07/26/2024, 2:22 PMrun_deployment
Marvin
07/26/2024, 2:22 PMNate
07/26/2024, 2:23 PMfrom prefect.deployments import run_deployment
run_deployment("my-flow/my-deployment", params{...}, timeout=0)