-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 787 Bytes
/
plugin.json
File metadata and controls
28 lines (28 loc) · 787 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
28
{
"name": "bigquery-data-analytics",
"version": "0.2.1",
"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",
"repository": "https://github.com/gemini-cli-extensions/bigquery-data-analytics",
"license": "Apache-2.0",
"keywords": [
"bigquery",
"data-analytics",
"database"
],
"skills": "./skills/",
"interface": {
"displayName": "BigQuery Data Analytics",
"shortDescription": "Connect, query, and generate data insights for BigQuery.",
"developerName": "Google LLC",
"category": "Database",
"capabilities": [
"Read",
"Write"
]
}
}