File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,11 @@ gemini extensions install https://github.com/gemini-cli-extensions/bigquery-data
4545
4646Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a ` .env ` file.
4747
48- * ` BIGQUERY_PROJECT ` : The GCP project ID.
49- * ` BIGQUERY_LOCATION ` : (Optional) The dataset location.
50- * ` BIGQUERY_USE_CLIENT_OAUTH ` : (Optional) Set to ` true ` to use client-side OAuth for authorization.
48+ ``` bash
49+ export BIGQUERY_PROJECT=" <your-gcp-project-id>"
50+ export BIGQUERY_LOCATION=" <your-dataset-location>" # Optional
51+ export BIGQUERY_USE_CLIENT_OAUTH=" true" # Optional
52+ ```
5153
5254Ensure [ Application Default Credentials] ( https://cloud.google.com/docs/authentication/gcloud ) are available in your environment.
5355
You can’t perform that action at this time.
0 commit comments