We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d6e99 commit 98a31daCopy full SHA for 98a31da
1 file changed
README.md
@@ -45,9 +45,11 @@ gemini extensions install https://github.com/gemini-cli-extensions/bigquery-data
45
46
Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file.
47
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.
+```bash
+export BIGQUERY_PROJECT="<your-gcp-project-id>"
+export BIGQUERY_LOCATION="<your-dataset-location>" # Optional
51
+export BIGQUERY_USE_CLIENT_OAUTH="true" # Optional
52
+```
53
54
Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
55
0 commit comments