c

cortex-plugin-snowflake

ESM
v1.0.0MIT

Official CortexPrism plugin

0.00CortexPrism
analyticscortex-plugindatadevelopmentesmintegration

Install Command

$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-snowflake
Website RepositoryLicense: MITEntry: mod.ts

Configuration

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

KeyTypeDescription
snowflakeAccounttextAccount identifier
snowflakeUsertextUsername
snowflakePasswordsecretPassword
snowflakeWarehousetextWarehouse name
snowflakeDatabasetextDatabase name

BigQuery

KeyTypeDescription
bigqueryProjectIdtextGCP project ID
bigqueryCredentialssecretService account JSON

Tools

warehouse_query — Run analytical query

  • query (string, required) — SQL query
  • warehouse (enum: snowflake, bigquery, default snowflake)
  • max_rows (number, default 1000)

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 execution
  • network:fetch — HTTPS to warehouse APIs
  • db:read — Read-only query access

Development

deno task test
deno fmt --check
deno lint

License

MIT

Published June 15, 2026 · Updated June 15, 2026