Skip to content

Commit 1788173

Browse files
authored
Add optional configuration for BigQuery settings
1 parent e21332e commit 1788173

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

gemini-extension.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@
2323
"name": "Location",
2424
"description": "(Optional) Location of the BigQuery resources",
2525
"envVar": "BIGQUERY_LOCATION"
26+
},
27+
{
28+
"name": "Authorization Scopes",
29+
"description": "(Optional) Authorization scopes for Google APIs (Dataplex, Conversational API, BigQuery), comma-separated",
30+
"envVar": "BIGQUERY_SCOPES"
31+
},
32+
{
33+
"name": "Maximum Query Result Rows",
34+
"description": "(Optional) Maximum number of rows to return from BigQuery query results",
35+
"envVar": "BIGQUERY_MAX_QUERY_RESULT_ROWS"
2636
}
2737
]
28-
}
38+
}

0 commit comments

Comments
 (0)