---
title: "The Convergence of Open Table Formats and Open Catalogs: Catalog Commits is Generally Available"
description: "Catalog Commits is generally available for Unity Catalog managed Delta tables, aligning Delta with Iceberg’s catalog-oriented model and making the catalog responsible for table discovery, access, and latest table state. The change addresses three coordination problems: metadata “split brain” when engines write directly to storage, fragmented multi-engine governance, and the historical inability to coordinate atomic writes across multiple tables. With Catalog Commits enabled, Unity Catalog brokers table access through standardized APIs, keeping catalog and table state synchronized and enabling consistent authorization, holistic auditability, automated optimizations, and multi-statement, multi-table ACID transactions on Databricks. The release supports Databricks products and engines including Delta Spark, Delta Flink, Starburst Trino, DuckDB, and StreamNative, while Delta Kernel provides a shared path for connector support."
---

# The Convergence of Open Table Formats and Open Catalogs: Catalog Commits is Generally Available

[Databricks](https://yomu.fyi/company/databricks) · Benjamin Mathew, Michelle Leon, Lukas Rupprecht, Ryan Johnson · May 12, 2026

**Type:** Announcement

## Summary

Catalog Commits is generally available for Unity Catalog managed Delta tables, aligning Delta with Iceberg’s catalog-oriented model and making the catalog responsible for table discovery, access, and latest table state. The change addresses three coordination problems: metadata “split brain” when engines write directly to storage, fragmented multi-engine governance, and the historical inability to coordinate atomic writes across multiple tables. With Catalog Commits enabled, Unity Catalog brokers table access through standardized APIs, keeping catalog and table state synchronized and enabling consistent authorization, holistic auditability, automated optimizations, and multi-statement, multi-table ACID transactions on Databricks. The release supports Databricks products and engines including Delta Spark, Delta Flink, Starburst Trino, DuckDB, and StreamNative, while Delta Kernel provides a shared path for connector support.

## Context

Delta’s filesystem-oriented transaction model and Unity Catalog’s catalog-level governance previously operated side by side. As organizations added more engines, tools, and AI workloads, this created metadata drift, fragmented discovery and auditing, inconsistent fine-grained controls, and no way to coordinate transactions spanning multiple tables.

## Approach / What changed

Catalog Commits integrates Delta tables with a catalog so Unity Catalog brokers table access and tracks the latest table state through standardized APIs. On Unity Catalog managed Delta tables, this enables external engine writes, centralized authorization and auditing, automated optimizations, lower metadata latency, and atomic multi-table transactions. Delta Kernel helps connectors support the protocol.

## Takeaways

- Catalog Commits keeps catalog metadata and Delta table state synchronized by routing engine access through common APIs, addressing silent metadata drift caused by direct object-storage writes.
- Unity Catalog’s centralized access layer standardizes table discovery, authorization, auditing, and row- or column-level governance across engines and agents instead of relying on hardcoded storage paths.
- Databricks and Unity Catalog can coordinate atomic writes across multiple tables, adding multi-table ACID semantics and enabling traditional warehousing workloads on the lakehouse.

**Tags:** [Apache Iceberg](https://yomu.fyi/topic/apache-iceberg), [Data Governance](https://yomu.fyi/topic/data-governance), [Delta Lake](https://yomu.fyi/topic/delta-lake), [Lakehouse](https://yomu.fyi/topic/lakehouse)

- Source: [Databricks](https://www.databricks.com/blog/convergence-open-table-formats-and-open-catalogs-catalog-commits-generally-available)
- Source URL: https://www.databricks.com/blog/convergence-open-table-formats-and-open-catalogs-catalog-commits-generally-available
- Ingested by Yomu: 2026-08-31T03:34:56.502Z

[Read original post](https://www.databricks.com/blog/convergence-open-table-formats-and-open-catalogs-catalog-commits-generally-available)
