Tabular was an independent data automation platform founded in 2021 by Ryan Blue, Daniel Weeks, and Jason Reid - the original creators of the Apache Iceberg table format during their time at Netflix. Their vision was to build a managed, independent "headless" data architecture that allowed any compute engine to securely read and write to Iceberg tables without the burden of manual infrastructure maintenance.
The Tabular Platform
Before its acquisition, the Tabular platform solved several critical operational challenges for organizations adopting Apache Iceberg:
- Managed Catalog: Tabular provided a robust, cloud-native implementation of the Iceberg REST Catalog, serving as the central nervous system for metadata locking and ACID transactions.
- Automated Optimization: It featured a control plane that automatically monitored table health, triggering background compaction, snapshot expiration, and orphan file deletion without requiring data engineers to write or schedule Spark jobs.
- Centralized Role-Based Access Control (RBAC): It allowed organizations to define security policies at the catalog level, which were then enforced regardless of which compute engine requested the data.
The Databricks Acquisition
In June 2024, the data lakehouse landscape experienced a massive shift when Databricks acquired Tabular for over $1 billion. This was a highly strategic move. Databricks had originally pioneered the competing Delta Lake format, while Apache Iceberg had gained massive traction as the industry-standard, vendor-neutral alternative supported by companies like Snowflake, Dremio, and AWS.
By acquiring the team behind Iceberg, Databricks aimed to bridge the divide between the two formats. The acquisition accelerated the development of interoperability features (like Delta UniForm), allowing Databricks customers to natively read and write Iceberg data, effectively signaling that the "format wars" were ending in favor of unified, multi-format lakehouse architectures.
Legacy and Ecosystem Impact
Even though Tabular as a standalone commercial entity was absorbed into Databricks, the core Apache Iceberg project remains firmly under the governance of the Apache Software Foundation. The Tabular team's contributions continue to drive the open-source Iceberg specification forward, ensuring that the format remains open, performant, and deeply integrated across the entire data ecosystem.



