From 4fb2f17cb10bb508ee44d63a1096186fccf5475c Mon Sep 17 00:00:00 2001 From: nate nowack Date: Tue, 12 Dec 2023 11:34:17 -0600 Subject: [PATCH] Update cloud_run_v2 worker logo url --- prefect_gcp/workers/cloud_run_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prefect_gcp/workers/cloud_run_v2.py b/prefect_gcp/workers/cloud_run_v2.py index 76619f8..ec1c84c 100644 --- a/prefect_gcp/workers/cloud_run_v2.py +++ b/prefect_gcp/workers/cloud_run_v2.py @@ -381,7 +381,7 @@ class CloudRunWorkerV2(BaseWorker): _description = "Execute flow runs within containers on Google Cloud Run (V2 API). Requires a Google Cloud Platform account." # noqa _display_name = "Google Cloud Run V2" _documentation_url = "https://prefecthq.github.io/prefect-gcp/worker_v2/" - _logo_url = "https://images.ctfassets.net/gm98wzqotmnx/4SpnOBvMYkHp6z939MDKP6/549a91bc1ce9afd4fb12c68db7b68106/social-icon-google-cloud-1200-630.png?h=250" # noqa + _logo_url = "https://cdn.sanity.io/images/3ugk85nk/production/10424e311932e31c477ac2b9ef3d53cefbaad708-250x250.png" # noqa async def run( self,