Hi everyone, today we started getting weird errors when running
prefect deploy
. Basically, the error starts with
Unable to load step function: prefect_docker.deployments.steps.build_docker_image
, and then an exception is thrown:
urllib3.exceptions.URLSchemeUnknown: Not supported URL scheme http+docker
. The final error message is:
prefect.deployments.steps.core.StepExecutionError: Encountered error while running prefect_docker.deployments.steps.build_docker_image
. Does anyone know what causes these errors and how to fix them? Have you encountered similar errors? The same code worked perfectly fine yesterday, and we made no changes to the deployment code itself, so I don't think we broke anything.