Skip to content

Commit 44edc63

Browse files
committed
feat: add new optional bigquery settings
1 parent 9afc0ca commit 44edc63

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

gemini-extension.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@
1313
"name": "Location",
1414
"description": "(Optional) Location of the BigQuery resources",
1515
"envVar": "BIGQUERY_LOCATION"
16+
},
17+
{
18+
"name": "Use Client OAuth",
19+
"description": "(Optional) Whether to use client OAuth (default: false)",
20+
"envVar": "BIGQUERY_USE_CLIENT_OAUTH"
21+
},
22+
{
23+
"name": "Scopes",
24+
"description": "(Optional) Scopes for the BigQuery client",
25+
"envVar": "BIGQUERY_SCOPES"
26+
},
27+
{
28+
"name": "Max Query Result Rows",
29+
"description": "(Optional) Maximum number of query result rows (default: 50)",
30+
"envVar": "BIGQUERY_MAX_QUERY_RESULT_ROWS"
31+
},
32+
{
33+
"name": "Impersonate Service Account",
34+
"description": "(Optional) Service account to impersonate",
35+
"envVar": "BIGQUERY_IMPERSONATE_SERVICE_ACCOUNT"
1636
}
1737
]
1838
}

0 commit comments

Comments
 (0)