Hello everyone, Is it possible for Prefect to fetc...
# ask-community
m
Hello everyone, Is it possible for Prefect to fetch the flow source code from a zip file in some cloud storage instead of needing the code to be an actual directory?
b
Hi Marko! To my knowledge, there isn't a feature to fetch flow source code from a zip file. What's the motivation behind not having it in a directory? 👀
m
We have a dbt project with hundreds of files, with a directory we have to first delete everything and then re-upload the directory to avoid there being ghost files that were deleted in the project but not in the cloud storage. Also uploading hundreds of files one by one is slow, so uploading them in parallel brings some complexity to the code that would be easily solved, if we could just zip everything and replace a single zip file in the cloud. Minor problems 🙂 Thanks for info