Hello - I'm getting an error during execution "Whi...
# prefect-aws
l
Hello - I'm getting an error during execution "While putting file(s) there was an error: 'OSError(28, 'No space left on device')', this might be caused by your access to the blob storage provider, or by Snowflake." - could you provide pointers on how to fix? let me know if there's any other info i can provide that would be helpful. Thank you!
i basically want to do the equivalent of
docker run --storage-opt size=50g [image name]
in prefect on my ECS deployment. any pointers on how to do that? thank you