Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Error while creating a BigLake table

I am trying to create a BigLake table and get the following error –

 

You are missing permissions and may need to talk to your administrator. Original error message: Failed to create table: Access Denied: Connection 383074778164.europe-west4.mibi-conn-biglake: User does not have bigquery.connections.delegate permission for connection 383074778164.europe-west4.mibi-conn-biglake.

 

Can you help?

I have granted following roles to the SA –

roles/storage.objectViewer

roles/bigquery.connectionAdmin

 

 

Thanks,

Vikram Rathour

Solved Solved
1 1 1,011
1 ACCEPTED SOLUTION

This is solved. The solution is to grant "roles/bigquery.connectionAdmin" to the User group that has my account. I was doing it to the service account.

View solution in original post

1 REPLY 1

This is solved. The solution is to grant "roles/bigquery.connectionAdmin" to the User group that has my account. I was doing it to the service account.