When running the Big Query Backend terraform, a Big query model was not produced. This was due to the service account (bqcx-955701998566-ohoa@gcp-sa-bigquery-condel.iam.gserviceaccount.com) not having the necessary permissions. As shown below:
To resolve this I updated the permission in the IAM console. The permissions I added include:
BigQuery Connection User
Service Account User
Service Usage Consumer
After this, I was able to re-run the query, which produced the model.
When running the Big Query Backend terraform, a Big query model was not produced. This was due to the service account (bqcx-955701998566-ohoa@gcp-sa-bigquery-condel.iam.gserviceaccount.com) not having the necessary permissions. As shown below:
To resolve this I updated the permission in the IAM console. The permissions I added include:
After this, I was able to re-run the query, which produced the model.