I'm currently working on connecting BigQuery to Looker for a project, and I'm encountering some challenges. Despite following the documentation and trying a few troubleshooting steps, I'm not getting the seamless integration I was hoping for.
After I finished to setup my connection I tried to test it and every time I get this error:
{ "code": 400, "errors": [ { "domain": "global", "message": "Cannot parse as CloudRegion.", "reason": "badRequest" } ], "message": "Cannot parse as CloudRegion.", "status": "INVALID_ARGUMENT" }' connecting to Bigquery. Please check your service account user credentials.
I'm wondering if any of you have experience with this particular setup or have faced similar issues in the past. Thanks in advance for your time and assistance!