| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
The Google Cloud Shell has application default credentials from its compute instance which will allow you to run an integration test without having to obtain GOOGLE_APPLICATION_CREDENTIALS. Go to BigQuery Client Readme to run each sample in the Cloud Shell.
First set up GOOGLE_APPLICATION_CREDENTIALS and GOOGLE_CLOUD_PROJECT environment variables before running any samples.
To run a sample:
Note that some samples require environment variables to be set. For instance, in CreateDatasetIT.java:
private static final String GOOGLE_CLOUD_PROJECT = System.getenv("GOOGLE_CLOUD_PROJECT"); - this sample integration test requires you to specific the Google Cloud Project you would like to run the test in.
Make sure to set environment variables, if necessary, before running the sample, or else you will get an error asking you to set it.
To run a samples integration tests:
| Back | FazBrowse Home | New Git URL |