Adam Eury
07/16/2024, 3:06 PMGCS
class to the GcsBucket
class from the prefect-gcp
package to create the storage block for one of our prefect flow deployments since GCS
has apparently been deprecated. However, we're now seeing a strange issue when creating the deployment. The flow run code is being uploaded to a GCS bucket path that is a doubling of the bucket path configured on the GcsBucket
. For example, we'd expect the full path to the flow to be <gs://my-bucket/my-flow/v0.1.0>
but are seeing something like <gs://my-bucket/my-flow/v0.1.0/my-flow/v0.1.0>
. Are we configuring something wrong, or could this potentially be a bug?Nate
07/16/2024, 3:48 PMprefect-gcp
lib you're using?Adam Eury
07/16/2024, 3:51 PM0.5.12
.Nate
07/16/2024, 3:52 PMAdam Eury
07/16/2024, 3:52 PMAdam Eury
07/16/2024, 4:02 PM$ pip list | grep prefect
prefect 2.16.9
prefect-gcp 0.5.14
Adam Eury
07/16/2024, 4:05 PMprefect deployment build "..."
is it possible this contributing to the issue?Nate
07/16/2024, 4:18 PMAdam Eury
07/16/2024, 4:19 PM