Hello,
I have a slightly baffling issue when attempting to connect to tables in BigQuery/GCP
I can pull in smaller tables absolutely fine from the GCP Project but when I attempt larger tables I get the below error. Nobody in my tech team seems to have an answer and anything I have searched doesn't seem to have a valid solution. As i thought account permissions were Project based in GCP and not table based.
Error: Input Data (4): Error SQLFetch: [Simba][BigQuery] (131) Unable to authenticate with Google BigQuery Storage API. Check your account permissions.
Thoughts?
I saw this on stackoverflow:
The solution was that the Simba connector advanced options I increased the Rows Per Block as well as the Default String Column Length fields to accomodate my larger dataset and then refreshed and this issue went away.
Maybe this?