Skip to content

v1.2.1

Choose a tag to compare

@mbettan mbettan released this 18 Jul 01:34
· 49 commits to main since this release

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 enforcing AND 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.