Connect to your BigQuery data using secure Service Account Impersonation
Component | Description |
---|---|
Openlayer Service Account | impersonator@unbox-ai.iam.gserviceaccount.com |
Customer Service Account | Created in your GCP project (e.g., openlayer-bigquery@your-project.iam.gserviceaccount.com ) |
Billing Project | Your GCP project where BigQuery job costs are billed |
openlayer-bigquery@your-project-id.iam.gserviceaccount.com
)SERVICE_ACCOUNT_NAME@PROJECT_ID.iam.gserviceaccount.com
User does not have permission to access BigQuery
Solution:
Verify that both bigquery.jobUser
and bigquery.dataViewer
roles are
granted to your service account.Failed to impersonate service account
Solution: Ensure the
iam.serviceAccountTokenCreator
role is granted to Openlayer’s service
account on your service account.