statmike / vertex-ai-mlops

Google Cloud Platform Vertex AI end-to-end workflows for machine learning operations
Apache License 2.0
450 stars 202 forks source link

Pipeline running error for 02c, missing permissions for the service account #60

Open zhhtu opened 1 month ago

zhhtu commented 1 month ago

I'm running the 02c, pipleine.run, and got the following error: "message: "Failed to create pipeline job. Error: Service account 109198530430-compute@developer.gserviceaccount.com does not have [storage.objects.get, storage.objects.create] IAM permission(s) to the bucket \"learn-demo1\". Please either copy the files to the Google Cloud Storage bucket owned by your project, or grant the required IAM permission(s) to the service account..""

It seems the service account does not have permission to the bucket, I've tried to change the role of the account from "Editor" to "owner" manually in the IAM section but it did not work.