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