This message was deleted.
# ask-marvin
s
This message was deleted.
m
In Prefect 3, it seems that the
run_deployment
function is still present, but there have been reported issues with using it across different versions of Prefect. Especially, there are incompatibility issues when using
run_deployment
with Prefect 3.X to run deployments that were originally set up with Prefect 2.X, which can lead to errors such as a
TypeError
GitHub Issue. Additionally, there are other issues related to running subflows in parallel and using a self-hosted Prefect server with
run_deployment
GitHub Issues, GitHub Issues Subflows. Unfortunately, direct documentation search in Prefect 3.x did not yield specific instructions on how to import or use
run_deployment
. You may want to further explore the Prefect 3.x documentation or community forums for more detailed guidance on usage within this version. To access updated Prefect documentation and examples, consider visiting: Prefect 3.x Documentation. If these reported issues affect your use case, you might want to keep an eye on the Prefect GitHub repository for updates or potential patches.