Hi @Hui Zheng - this isn’t related to Prefect Cloud; the error I see is
Copy code
AttributeError("'Blob' object has no attribute 'download_as_bytes'")
which I believe is related to your local version of `google-cloud-storage`; here’s a relevant issue: https://github.com/PrefectHQ/prefect/issues/3870 and a corresponding PR that addresses it: https://github.com/PrefectHQ/prefect/pull/3875. The fix for this was released with 0.14.1.
All that being said, you can resolve this in one of two ways (whichever is more convenient for you):
• upgrade your version of
google-cloud-storage
in your Flow’s docker image
• upgrade your Flow’s version of Prefect to 0.14.1
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.