-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
27 lines (27 loc) · 810 Bytes
/
plugin.json
File metadata and controls
27 lines (27 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "bigquery-data-analytics",
"version": "0.2.2",
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
"author": {
"name": "Google LLC",
"email": "data-cloud-ai-integrations@google.com"
},
"homepage": "https://cloud.google.com/bigquery",
"license": "Apache-2.0",
"repository": "https://github.com/gemini-cli-extensions/bigquery-data-analytics",
"skills": "./skills/",
"userConfig": {
"bigquery_project": {
"title": "Project ID",
"description": "ID of the Google Cloud project",
"type": "string",
"sensitive": false
},
"bigquery_location": {
"title": "Location",
"description": "(Optional) Location of the BigQuery resources",
"type": "string",
"sensitive": false
}
}
}