v1.2.1
This release focuses on optimizing AI Doctor performance and addressing edge cases related to system queries and missing DDL schemas.
✨ Features & Enhancements
- AI Doctor UI Terminology Update: Replaced references to 'Vertex AI' with 'Agent Platform' in the frontend.
- AI Doctor Strict 0-DDL Frontend Handling: Improved empty-state clarity in the UI when the backend correctly filters out queries that solely interact with system tables or ML functions without physical DDL schemas.
🐛 Bug Fixes
- AI Doctor Project Scan Performance: Radically improved the secondary SQL extraction query speed (
JOBS_BY_PROJECT) by enforcingAND job_id IN UNNEST(@job_ids)filtering. - AI Doctor System View 403 Access Denied: Fixed a bug where 3-part system queries (
region-us.INFORMATION_SCHEMA...) tricked the table parser into treating the region as a project ID, resulting in 403 errors.