John-Craig Borman
01/11/2023, 2:30 PMprefect.deployments.run_deployment() function:
If I deploy a flow without specifying a deployment name, how can I use run_deployment() to trigger a flow run? Would it just be run_deployment(name='flow_name') ?
related docs: https://docs.prefect.io/concepts/deployments/#create-a-flow-run-in-a-python-scriptChristopher Boyd
01/11/2023, 2:36 PMJohn-Craig Borman
01/11/2023, 3:36 PMdeploy() flows, I see that the Deployment.name field is required