---
title: "The Iceberg Catalog Layer Explained: Snowflake Horizon, Open Catalog, Polaris, Glue and Nessie Compared"
url: https://daily.dev/posts/the-iceberg-catalog-layer-explained-snowflake-horizon-open-catalog-polaris-glue-and-nessie-compa-hog2inqqf
source_url: https://medium.com/snowflake/the-iceberg-catalog-layer-explained-snowflake-horizon-open-catalog-polaris-glue-and-nessie-2e5565d2afa2
type: article
source: "Snowflake Community"
published: 2026-08-20T15:05:43.093Z
updated: 2026-08-20T15:26:07.647Z
tags: ["aws", "snowflake", "apache-iceberg"]
reading_time: 17
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The Iceberg Catalog Layer Explained: Snowflake Horizon, Open Catalog, Polaris, Glue and Nessie Compared

**[Snowflake Community](https://daily.dev/sources/snowflake_comm)** · 17 min read · 0 upvotes · 0 comments

## Summary

A comprehensive comparison of Apache Iceberg catalog options in mid-2026: Apache Polaris (now an ASF Top-Level Project), Snowflake Open Catalog (soft-sunset for new signups), Snowflake Horizon Catalog (now Snowflake's recommended catalog, absorbing both governance and Iceberg REST catalog duties), AWS Glue Data Catalog (with documented REST API gaps like no UpdateTable, no v3 table creation, no credential vending), and Project Nessie (being merged into and eventually retired in favor of Polaris). The piece argues the catalog landscape is consolidating around the Iceberg REST spec rather than fragmenting, highlights credential vending as the key differentiator, and offers a decision framework based on where an organization's governance perimeter lives, plus a real-world federated multi-catalog architecture pattern.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://medium.com/snowflake/the-iceberg-catalog-layer-explained-snowflake-horizon-open-catalog-polaris-glue-and-nessie-2e5565d2afa2>

## Questions this post answers

### Should new customers use Snowflake Open Catalog or Horizon Catalog for Iceberg tables in 2026?

Horizon Catalog is now Snowflake's recommended option for new customers, not Open Catalog. Snowflake has closed new signups for Open Catalog, meaning accounts that never created one cannot sign up for a first one, though existing Open Catalog customers can keep using and creating more. Horizon now speaks Iceberg REST outward while also serving as the full governance layer, effectively absorbing Open Catalog's interoperability role.

_Teams choosing between Snowflake catalog options can track these shifts as they weigh lakehouse architecture on daily.dev._

### What are the limitations of using AWS Glue as an Iceberg REST catalog for multi-engine access?

Glue's Iceberg REST endpoint does not support UpdateTable, cannot create Iceberg v3 tables (only v1 and v2 via CreateTable), does not vend credentials so every engine needs its own IAM credentials, and each Glue catalog is regional requiring extra configuration for cross-region access. These gaps are mostly invisible for AWS-only workloads but become friction once non-AWS engines or v3 tables are involved.

_Engineers evaluating Glue against credential-vending catalogs like Polaris can weigh these trade-offs on daily.dev._

### Is Project Nessie being discontinued in favor of Apache Polaris?

Yes, Dremio has publicly committed to merging Nessie's catalog-level versioning, multi-table transactions, and Git-for-data branching semantics into Apache Polaris, and plans to retire standalone Nessie once read/write parity is reached. Choosing Nessie is therefore increasingly a way to adopt Polaris-with-branching early rather than a bet on a permanently separate product.

_Anyone planning a data CI/CD workflow around Nessie can follow this migration path on daily.dev before committing._

## Similar posts on daily.dev

- [Snowflake Open Catalog: Unified, Secure Access to Apache Iceberg Tables](https://daily.dev/posts/snowflake-open-catalog-unified-secure-access-to-apache-iceberg-tables-axav2arde) · Snowflake Community · 1 upvotes · 0 comments
- [The Open Interoperability Standard: Why Bidirectional Iceberg REST Matters](https://daily.dev/posts/the-open-interoperability-standard-why-bidirectional-iceberg-rest-matters-t1vcdckvz) · Snowflake · 0 upvotes · 0 comments
- [Iceberg Needs an Open Catalog, Not a Walled Garden](https://daily.dev/posts/iceberg-needs-an-open-catalog-not-a-walled-garden-znv0xeptl) · SingleStore · 0 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#snowflake](https://daily.dev/tags/snowflake), [#apache-iceberg](https://daily.dev/tags/apache-iceberg)

[View this post on daily.dev](https://daily.dev/posts/the-iceberg-catalog-layer-explained-snowflake-horizon-open-catalog-polaris-glue-and-nessie-compa-hog2inqqf)
