Hi all, prefect 2.0. I am getting the following e...
# ask-community
f
Hi all, prefect 2.0. I am getting the following error while building a deployment.
ValueError: Unable to find block document named mini1 for block type RemoteFileSystem
My deployment command looks like:
prefect deployment build /flows/deployment-patterns/a_project_template/flows/healthcheck.py:healthcheck --name docker-simple --tag dev -sb RemoteFileSystem/mini1 -ib docker-container/prefect2.0
I have already created block through api when I was starting prefect in docker container
m
the slug for RemoteFileSystem is remote-file-system, your -sb should thus be
remote-file-system/mini1.
I saw this in the database, but this should actually be documented imo
🙌 2
a
yes exactly • remote-file-system • local-file-system • s3 • gcs • and more to come!
371 Views