BigQuery
Requirement
Enable the BigQuery API for the project that contain your BigQuery instance. Enable Access to API
Authorize Access
Create a service account
-
In the Google Cloud console, go to the Create Service account page. Make sure you selected the correct GCP project that hosts your BigQuery instance.
-
Enter a descriptive name for Service account name and click Create and continue.
-
Grant the following roles to your service account:
- BigQuery Job User
-
Click Done to finish creating the service account.
Set up dataset-level permission
We strongly recommend exposing only the specific dataset needed to Fuzy.
- Go to the BigQuery console and select the dataset you want to share with Fuzy
. - Click Sharing > Permissions.
- Click Add Principal.
- In the New principals field, enter the service account you created above and make sure to assign roles BigQuery Data Viewer and BigQuery Metadata Viewer
- Click Save.
Create a service account key
- In the Google Cloud console, click on the email address of the service account you just created.
- Go to Keys, click Add Key and Create new key.
- Click Create. Save that key locally.
- Please send that key to Fuzy.
All customer credentials will be encrypted and stored in AWS secret manager.
Updated almost 2 years ago