Interactive collapsible tree visualization of the BigQuery schema for quantummetrics_prd.sessions_archive.
Open quantum_metric_schema.html directly in a browser (file:// or served via HTTP). No build step required.
- Click a node to expand/collapse
- Scroll to zoom
- Drag to pan
- Right-click to reset view
- 297 fields, max nesting depth 4
- Built with ECharts (CDN)
- Self-contained — schema data is embedded in the HTML
- Query BigQuery table metadata using the MCP BigQuery tool (
get_table_info) orbq show. - Transform fields into
{ name: "field_name (TYPE)", children: [...] }format. - Replace the
SCHEMA_DATAconstant in the HTML file.