Service Account for gcp_bigquery output #2517
Replies: 3 comments 3 replies
-
Hey @jean-altura 👋 I'm not that familiar with IAM in GCP, but I'm guessing that you might've left the |
Beta Was this translation helpful? Give feedback.
-
Hey @mihaitodor thanks for your quick answer, I also noticed that datasetID on gcp is in the format I think that one option to solve this could be to require the full dataset ID as an input and use the project id obtained from it in DatasetInProject() function. |
Beta Was this translation helpful? Give feedback.
-
Opened this PR |
Beta Was this translation helpful? Give feedback.
-
Hello!
We have a service account (SA) under a certain project (
project_A
). We want to use this to write data to another project (project_B
) under a data set (dataset_B1
) using thegcp_bigquery
output component. We have granted read and write access to thisdataset_B1
dataset for this SA as we use same SA to query data from it using thegcp_bigquery_select
input component and it works.When we tested the output component, we are getting this error:
Could you help us why this error is being triggered? We have jobs from other services that are able to write data in same scenario but we are not sure why it doesn't work with benthos
gcp_bigquery
output component.Hoping to hear from you soon.
Beta Was this translation helpful? Give feedback.
All reactions