https://prefect.io logo
Title
a

Andrew Reeve

09/28/2022, 10:56 PM
Hey team. Can someone help with releasing the latest version of prefect-gcp? https://github.com/PrefectHQ/prefect-gcp/pull/61 The current version has a bug with credentials that I think will be solved with the commit from yesterday by @Andrew Huang
👀 1
✅ 1
a

Andrew Huang

09/28/2022, 11:00 PM
0.1.5 has been tagged; it should be available on pypi in about 3-5 minutes I think.
🙌 1
a

Andrew Reeve

09/28/2022, 11:00 PM
Thanks for being so quick. I’m on a call for the next few hours but i’ll test later today.
👀 1
a

Andrew Huang

09/28/2022, 11:02 PM
it’s now on pypi!
a

Andrew Reeve

09/29/2022, 12:42 AM
@Andrew Huang Great. That’s fixed that error. I’m getting a new error now though 😞
File "/opt/homebrew/lib/python3.10/site-packages/prefect_gcp/cloud_storage.py", line 80, in _get_bucket
    client = gcp_credentials.get_cloud_storage_client(project=project)
AttributeError: 'tuple' object has no attribute 'get_cloud_storage_client'
Fixed. It was my code causing that one.
a

Andrew Huang

09/29/2022, 12:50 AM
sounds good! thanks for testing