GoogleCloudPlatform / marketing-analytics-jumpstart

Marketing Analytics Jumpstart consists of an easy, extensible and automated implementation of an end-to-end solution that enables Marketing Technology teams to store, transform, enrich with 1PD and analyze marketing data, and programmatically send predictive events to Google Analytics 4 to support conversion optimization and remarketing campaigns.
Apache License 2.0
124 stars 42 forks source link

Terraform apply fails - IAM permissions not checked before creating gemini model #211

Open chmstimoteo opened 2 weeks ago

chmstimoteo commented 2 weeks ago

│ Error running command 'poetry run bq query --use_legacy_sql=false --max_rows=100 --maximum_bytes_billed=10000000 < ../../sql/query/create_gemini_model.sql Waiting on bqjob_r33a79743008e71dc_00000192bae30f5d_1 ... (0s) Current status: RUNNING │ Waiting on bqjob_r33a79743008e71dc_00000192bae30f5d_1 ... (0s) Current status: DONE
│ Error in query string: Error processing job 'marketing-data-engine- │ demo:bqjob_r33a79743008e71dc_00000192bae30f5d_1': bqcx-216235317801-s3pp@gcp-sa- │ bigquery-condel.iam.gserviceaccount.com does not have the permission to access │ or use the endpoint. Please grant the Vertex AI user role to the service account │ following https://cloud.google.com/bigquery/docs/generate-text-tutorial#grant- │ permissions. If issue persists, contact bqml-feedback@google.com for help. │ Failure details: │ - query: bqcx-216235317801-s3pp@gcp-sa-bigquery- │ condel.iam.gserviceaccount.com does not have the permission to │ access or use the endpoint. Please grant the Vertex AI user role to │ the service account following │ https://cloud.google.com/bigquery/docs/generate-text- │ tutorial#grant-permissions. If issue persists, contact bqml- │ feedback@google.com for help. │ ╵

Workaround: Run terraform .. apply again.

chmstimoteo commented 4 days ago

Maintaining roles assigned to service Agents. E.g. preserving roles assigned to bqcx-@gcp-sa-bigquery-condel.iam.gserviceaccount.com in the event of redeploy of Vertex AI Connection. Integrate deployment of the service account and service agent roles in the Terraform installation