We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97db49a commit 5c02f79Copy full SHA for 5c02f79
gemini-extension.json
@@ -12,5 +12,17 @@
12
]
13
}
14
},
15
- "contextFileName": "BIGQUERY_CONVERSATIONAL_ANALYTICS.md"
16
-}
+ "contextFileName": "BIGQUERY_CONVERSATIONAL_ANALYTICS.md",
+ "settings": [
17
+ {
18
+ "name": "Project ID",
19
+ "description": "ID of the Google Cloud project",
20
+ "envVar": "BIGQUERY_PROJECT"
21
+ },
22
23
+ "name": "Location",
24
+ "description": "(Optional) Location of the BigQuery resources",
25
+ "envVar": "BIGQUERY_LOCATION"
26
+ }
27
+ ]
28
+}
0 commit comments