Changelog - Dev - 06.27.2026 โ
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[Unreleased] - 2026-06-27 โ
Added โ
- Cache BigQuery schema across admin console tabs: Schema is now cached with a 5-minute TTL using module-level caching, eliminating refetches and loading flashes when switching between Schema, Saved Queries, and History tabs in the BigQuery admin console. (#620)
enhancement - Add collapsible datasets in schema browser: Datasets in the schema browser are now collapsible by default with a right-aligned expand/collapse-all toggle, reducing visual clutter and improving navigation of large schemas. (#620)
enhancement - Refactor saved queries to use collapsible cards: Saved queries now display in a schema-style collapsible card layout for consistency and better organization within the admin console. (#620)
enhancement
Fixed โ
- Surface BigQuery dry-run validation message in analytics API: Backend now properly surfaces BigQuery dry-run validation error messages to the admin console, improving debugging and query validation feedback. (#620)
enhancement