c
cortex-plugin-snowflake
ESMv1.0.0MIT
Official CortexPrism plugin
0.00CortexPrism
analyticscortex-plugindatadevelopmentesmintegration
Install Command
$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-snowflakeConfiguration
Plugin Type
ESM
Entry Point
mod.ts
License
MIT
Capabilities
toolsnetwork:fetchdb:read
Tags
analyticscortex-plugindatadevelopmentesmintegration
Statistics
Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026
Reviews (0)
No reviews yet. Be the first to rate this plugin!
README
Snowflake / BigQuery Analyst
Connect CortexPrism to cloud data warehouses (Snowflake, BigQuery) and run analytical queries.
Installation
cortex plugin install marketplace:cortex-plugin-snowflake
cortex plugin install github:CortexPrism/cortex-plugin-snowflake
cortex plugin install ./manifest.json
Configuration
Snowflake
| Key | Type | Description |
|---|---|---|
snowflakeAccount | text | Account identifier |
snowflakeUser | text | Username |
snowflakePassword | secret | Password |
snowflakeWarehouse | text | Warehouse name |
snowflakeDatabase | text | Database name |
BigQuery
| Key | Type | Description |
|---|---|---|
bigqueryProjectId | text | GCP project ID |
bigqueryCredentials | secret | Service account JSON |
Tools
warehouse_query — Run analytical query
query(string, required) — SQL querywarehouse(enum:snowflake,bigquery, defaultsnowflake)max_rows(number, default1000)
warehouse_list_tables — List tables/datasets
warehouse(enum:snowflake,bigquery)schema(string, optional)
warehouse_describe — Describe table schema
table_name(string, required)warehouse(enum:snowflake,bigquery)
warehouse_explain — Explain query plan
query(string, required)warehouse(enum:snowflake,bigquery)
warehouse_generate_report — Generate report with chart
query(string, required)title(string, required)chart_type(enum:bar,line,pie,table,area)warehouse(enum:snowflake,bigquery)
Capabilities
tools— Tool executionnetwork:fetch— HTTPS to warehouse APIsdb:read— Read-only query access
Development
deno task test
deno fmt --check
deno lint
License
MIT
Published June 15, 2026 · Updated June 15, 2026