Scott
11/28/2023, 1:19 AMMarvin
11/28/2023, 1:19 AMprefect deployment build
without providing the --storage-block
flag, a default LocalFileSystem block will be used.
The warning message "Deployment storage None does not have upload capabilities; no files uploaded." suggests that the deployment storage is not configured correctly. It seems like Prefect is trying to upload files to a storage that doesn't support file uploads.
The --skip-upload
flag is used to suppress this warning. If you pass this flag when building your deployment, Prefect will not attempt to upload any files to the storage.
For more detailed information, you can refer to the Prefect's storage guide.