Load OpenDunes request logs into Snowflake for analytical queries and BI reporting.
Not yet available. This destination is on the roadmap.
Snowflake is a cloud data warehouse optimised for analytical workloads. Streaming OpenDunes request logs into Snowflake makes your LLM usage data available to BI tools, SQL analysts, and data pipelines alongside the rest of your business data.
Each request produces one row in your target Snowflake table:
| Column | Type | Description |
|---|---|---|
request_id | VARCHAR | X-Request-Id UUID |
requested_at | TIMESTAMP_TZ | Request timestamp |
model | VARCHAR | Model slug |
input_tokens | INTEGER | Prompt token count |
output_tokens | INTEGER | Completion token count |
cost_micro_da | BIGINT | DA cost in micro-DA |
latency_ms | INTEGER | Total latency |
messages | VARIANT | Input messages as JSON |
response | VARCHAR | Response content |
metadata | VARIANT | Custom metadata |
Once available, configure the Snowflake destination from your dashboard under Broadcast. You will need:
xy12345.eu-west-1.awsOpenDunes uses Snowflake's streaming ingest API for low-latency row insertion.
Back to Broadcast overview.