How can I link Big Query’s query and Looker Studio that is protected by VPC?
The VPC configuration is as follows
ingress rule : ANY_IDENTITY, ANY_Service Account, BigQuery API
egress rule : ANY_IDENTITY, ALL Projects
I am working with BigQuery and Looker Studio.
Looker Studio is updated every 15 minutes.
It runs correctly in my office, but I get errors in network environments outside of my office.
The following message error.
Service control error
Your organization’s VPC Service Controls prohibit access to the datasets used by this component.
Access Context Manager allows office networks, but not non-office networks.
My guess,
- IP permission by Access Context Manager
- Creation of a service account for Looker Studio to perform queries
- Allow Looker Studio in the VPC
I believe one of the above needs to be addressed…
I would be glad if you could suggest a solution.