Skip to content

Commit 5c4ad1c

Browse files
authored
Update BIGQUERY.md
1 parent 9c40e6f commit 5c4ad1c

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

BIGQUERY.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,3 @@ This section covers connecting to BigQuery.
2323
* If an operation fails due to permissions, identify the type of operation and recommend the appropriate role. You can provide these links for assistance:
2424
* Granting Roles: https://cloud.google.com/iam/docs/grant-role-console
2525
* BigQuery Permissions: https://cloud.google.com/iam/docs/roles-permissions/bigquery
26-
27-
---
28-
29-
# Usage Guidelines
30-
31-
## Reusing Project Values
32-
33-
Users may have set project environment variables:
34-
35-
* `BIGQUERY_PROJECT`: The GCP project ID.
36-
* `BIGQUERY_LOCATION`: (Optional) Location of the BigQuery resources.
37-
* `BIGQUERY_USE_CLIENT_OAUTH`: (Optional) Whether to use client OAuth (default: false).
38-
* `BIGQUERY_SCOPES`: (Optional) Scopes for the BigQuery client.
39-
* `BIGQUERY_MAX_QUERY_RESULT_ROWS`: (Optional) Maximum number of query result rows (default: 50).
40-
* `BIGQUERY_IMPERSONATE_SERVICE_ACCOUNT`: (Optional) Service account to impersonate.
41-
42-
Instead of prompting the user for these values for specific skill calls, prompt the user to verify the reuse of a specific setting value.
43-
Make sure to not use the environment variable name like `BIGQUERY_PROJECT`, `${BIGQUERY_PROJECT}`, or `$BIGQUERY_PROJECT`.
44-
The value can be verified by the user using the `gemini extensions config bigquery-data-analytics` command or by checking their local settings.
45-
46-
## Use Full Table Name Format "PROJECT.DATASET.TABLE"
47-
48-
**ALWAYS** use the full table name format, `PROJECT.DATASET.TABLE` in the generated SQL when executing the `execute_sql` script.

0 commit comments

Comments
 (0)