We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15656b5 commit 2f7869fCopy full SHA for 2f7869f
1 file changed
README.md
@@ -48,9 +48,11 @@ gemini extensions install https://github.com/gemini-cli-extensions/bigquery-conv
48
49
Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file.
50
51
-* `BIGQUERY_PROJECT`: The GCP project ID.
52
-* `BIGQUERY_LOCATION`: (Optional) The dataset location.
53
-* `BIGQUERY_USE_CLIENT_OAUTH`: (Optional) Set to `true` to use client-side OAuth for authorization.
+```bash
+export BIGQUERY_PROJECT="<your-gcp-project-id>"
+export BIGQUERY_LOCATION="<your-dataset-location>" # Optional
54
+export BIGQUERY_USE_CLIENT_OAUTH="true" # Optional
55
+```
56
57
Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
58
0 commit comments