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

Commit

Permalink
👌 IMPROVE: added get_prefect_image_name as default factory to image c…
Browse files Browse the repository at this point in the history
…loud run v2
  • Loading branch information
japerry911 committed Nov 24, 2023
1 parent 2842d8e commit d88c158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prefect_gcp/workers/cloud_run_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ class CloudRunWorkerV2Variables(BaseVariables):
description="The region in which to run the Cloud Run job",
)
image: str = Field(
default_factory=get_prefect_image_name,
title="Image Name",
description=(
"The image to use for the Cloud Run job. "
Expand Down

0 comments on commit d88c158

Please sign in to comment.