Skip to content

Commit 3b69369

Browse files
committed
feat: add new optional bigquery settings to claude plugin
1 parent f467184 commit 3b69369

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,30 @@
2222
"description": "(Optional) Location of the BigQuery resources",
2323
"type": "string",
2424
"sensitive": false
25+
},
26+
"bigquery_use_client_oauth": {
27+
"title": "Use Client OAuth",
28+
"description": "(Optional) Whether to use client OAuth (default: false)",
29+
"type": "string",
30+
"sensitive": false
31+
},
32+
"bigquery_scopes": {
33+
"title": "Scopes",
34+
"description": "(Optional) Scopes for the BigQuery client",
35+
"type": "string",
36+
"sensitive": false
37+
},
38+
"bigquery_max_query_result_rows": {
39+
"title": "Max Query Result Rows",
40+
"description": "(Optional) Maximum number of query result rows (default: 50)",
41+
"type": "string",
42+
"sensitive": false
43+
},
44+
"bigquery_impersonate_service_account": {
45+
"title": "Impersonate Service Account",
46+
"description": "(Optional) Service account to impersonate",
47+
"type": "string",
48+
"sensitive": false
2549
}
2650
}
2751
}

0 commit comments

Comments
 (0)