This is not an official Google product
This Data Studio Community Connector lets users query global health data from the World Bank BigQuery public dataset.
To use this Community Connector in Data Studio there is a one-time setup to deploy your own personal instance of the connector using Apps Script. The connector also requires additional setup in Google Cloud Platform and Apps Script to configure authentication.
Follow the deployment guide to deploy the Community Connector.
- Create a service account in a Google Cloud Platfrom project. View the GCP guide on Creating and Managing Service Accounts. The service account should have BigQuery read and job creation role permissions.
- Create a Service Account Key and download the JSON file that is generated. stringify the contents of this file, which consists of a JSON object, and copy and the output, it will be used in the next step.
-
Visit Apps Script and open your World Bank connector Apps Script project. Click on File -> Project Properties -> Script Properties. Using the stringified value of the Service Account Key JSON object, add the following key-value pair as a script property:
Key Value SERVICE_ACCOUNT_CREDS
{STRINGIFIED JSON SERVICE ACCOUNT OBJECT}
Once you've set up and deployed the connector, follow the Use a Community Connector guide to use the connector in Data Studio.
Note: After using the connector in Data Studio, as long as you do not revoke access, it will remain listed in the connector list for easy access when creating a new data source.
When authorizing the community connector, if you are presented with an "unverified" warning screen see This app isn't verified for details on how to proceed.