You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though I don't fully understand why, it's clear that prefect-gcp's cloud run v2 work pool config for cloudSqlInstance should be cloud_sql_instance as in #16382. A user who was trying to attach a cloud SQL instance to their cloud run job was seeing the following error:
Invalid JSON payload received. Unknown name "cloudSqlInstance" at 'job.template.template.volumes[0]'
Having them install directly from the branch in #16382 resolved the issue and they were able to connect to their cloud SQL instance.
Bug summary
Though I don't fully understand why, it's clear that prefect-gcp's cloud run v2 work pool config for
cloudSqlInstance
should becloud_sql_instance
as in #16382. A user who was trying to attach a cloud SQL instance to their cloud run job was seeing the following error:Having them install directly from the branch in #16382 resolved the issue and they were able to connect to their cloud SQL instance.
Version info
Additional context
No response
The text was updated successfully, but these errors were encountered: