You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
We have the dataset in a Project A and would like to run the Bigquery job from Project B. I already shared the Project A dataset to Project B's service account with Data Viewer access. I tested with bq command line and it works as expected. But when I try to run the job using this node module am getting error.
User does not have bigquery.jobs.create permission in project A.
Is there any workaround to specify the job execution Project ID?.
Hi,
We have the dataset in a Project A and would like to run the Bigquery job from Project B. I already shared the Project A dataset to Project B's service account with Data Viewer access. I tested with bq command line and it works as expected. But when I try to run the job using this node module am getting error.
Is there any workaround to specify the job execution Project ID?.