riccardo bernardi
03/18/2024, 2:27 PMMarvin
03/18/2024, 2:28 PMbuild_from_flow
was not relative to the current directory, which may also be relevant to your situation.
I couldn't find a direct solution for your specific problem, but based on these similar issues, you might want to try to ensure that:
1. The path in your Deployment.build_from_flow
must be correctly referenced regarding your storage base path set in the block configuration.
2. Check and potentially adjust the deployment manifest file manually to correct any path discrepancies.
3. Make sure the path in your Prefect deployment is absolute and points to the correct location where the flow file will be at runtime.
Unfortunately, the specific details of how to make these adjustments in Prefect 2.x or how they relate to the Prefect UI were not provided in these pieces of documentation. If the issues above don't seem to address your problem directly, you may need to seek further help from the Prefect community or support channels, and consider reporting this as a bug if it seems to be a recurrent problem with Prefect.