I am trying to ingest data from GCS to Big Query. I can do it when I run it locally but when I put my function inside a vertex AI component and run it using a pipeline I get the above error. Moreover, the project it states is not even my project id. The service account I am using has permission - bigquery.jobs.create
ERROR - google.api_core.exceptions.Forbidden: 403 POST https://bigquery.googleapis.com/bigquery/v2/projects/xc526656e7cecfc24p-tp/jobs?prettyPrint=false: Access Denied: Project xc526656e7cecfc24p-tp: User does not have bigquery.jobs.create permission in project xc526656e7cecfc24p-tp.