Release notes: July 13–19, 2026
July 20th, 2026
Changes with impact on existing DDL/API functions
OpenAPI
- Revision endpoints now return approval and audit metadata — approved/rejected status, approver, dates, and comments — so integrations can read approval state directly from the API; an in-app notification also appears when an approval is applied to a revision via the API
- Revision endpoints now also include the list of flags set on each revision (Question, Fire, etc.) alongside the approval info, so you no longer have to look them up separately
Changes with no impact on existing DDL/API functions
Concurrent Working
- Selective column merge: you can now check or uncheck individual columns in the merge popup to include or exclude them, for both tables and views. Related dbt metadata, Data Governance bindings, and revision flags follow the same selection (excluded columns are skipped entirely)
Databricks
- When a Databricks environment is created from a saved User Connection (Unity Catalog), "Upload revision" now uses that connection automatically instead of prompting for a fresh access token every time
BigQuery
- (Fix) The input help for ARRAY columns now suggests a valid type (
array<int>) instead of a plainarray, which previously caused a validation error when accepted
Table Templates
- (Fix) Column templates applied through a table template now keep the order in which they're listed in the template