https://prefect.io logo
#prefect-community
Title
# prefect-community
k

Kal

08/19/2022, 6:39 PM
See screenshots in thread! Hello! I am running into an issue when trying to build a flow on the Prefect CLI. Basically I am trying to use an S3 storage block, but when I run the command it just hangs and never finishes. The files do get uploaded to the specified S3 bucket, but no YAML file is ever created so I can't apply it to the deployment. Please let me know if you have a solution. Thanks!
a

Anna Geller

08/19/2022, 6:56 PM
most likely too many files that you try to upload at once - you can add those to .prefectignore. If this doesn't help, could you build a Minimal Reproducible Example?
🙌 1
👍 1
also, if you are on the latest version, you need to provide a work queue with -q name
k

Kal

08/19/2022, 7:01 PM
Indeed, I was accidentally uploading a big virtual environment, thanks!
💯 1
🙌 1
6 Views