Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into update-gcr-worker-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Nov 29, 2023
2 parents 7d056e1 + 29da96e commit c1188e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prefect_gcp/workers/cloud_run_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ class CloudRunWorkerV2(BaseWorker):
type = "cloud-run-v2"
job_configuration = CloudRunWorkerJobV2Configuration
job_configuration_variables = CloudRunWorkerV2Variables
_description = "A worker which runs flow runs on Google Cloud Run (API v2)."
_display_name = "Cloud Run Worker V2"
_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

Expand Down

0 comments on commit c1188e7

Please sign in to comment.