Clovis
10/07/2022, 8:58 AMGCloudRun
. Great 🎉 !
However, after connecting to my prefect cloud environment no new block available and I could not find the way to find the Cloud UI current version. So my question was how can I retrieve the version from the cloud , and is there a way to update / rollback it manually ?Anna Geller
10/07/2022, 10:38 AMprefect block register -m prefect_gcp.credentials
prefect block register -m prefect_gcp.cloud_run
Cloud (server-side) is always on the latest version and supports all old clients automatically
to check which version your client is on, run: prefect version
to upgrade or downgrade your client, specify the version you want via pip, e.g.:
pip install prefect==2.5
or:
pip install prefect==2.4.5
Peyton Runyan
10/07/2022, 11:00 AMprefect-gcp
from the main branch on github.
pip install git+<https://github.com/PrefectHQ/prefect-gcp.git>
Clovis
10/07/2022, 12:34 PM