Connect CortexPrism to cloud data warehouses (Snowflake, BigQuery) and run analytical queries.
cortex plugin install marketplace:cortex-plugin-snowflake
cortex plugin install github:CortexPrism/cortex-plugin-snowflake
cortex plugin install ./manifest.json| Key | Type | Description |
|---|---|---|
snowflakeAccount |
text | Account identifier |
snowflakeUser |
text | Username |
snowflakePassword |
secret | Password |
snowflakeWarehouse |
text | Warehouse name |
snowflakeDatabase |
text | Database name |
| Key | Type | Description |
|---|---|---|
bigqueryProjectId |
text | GCP project ID |
bigqueryCredentials |
secret | Service account JSON |
query(string, required) — SQL querywarehouse(enum:snowflake,bigquery, defaultsnowflake)max_rows(number, default1000)
warehouse(enum:snowflake,bigquery)schema(string, optional)
table_name(string, required)warehouse(enum:snowflake,bigquery)
query(string, required)warehouse(enum:snowflake,bigquery)
query(string, required)title(string, required)chart_type(enum:bar,line,pie,table,area)warehouse(enum:snowflake,bigquery)
tools— Tool executionnetwork:fetch— HTTPS to warehouse APIsdb:read— Read-only query access
deno task test
deno fmt --check
deno lintMIT