Topic
REST Catalog
3 posts tagged “REST Catalog”.
-
How the Iceberg REST Catalog Turned Into the Lakehouse Control Plane
A dbt run updates a fact table and two dimension tables. The fact table commit succeeds. The second dimension commit fails on a conflict. For the…
-
REST Catalog Credential Vending for Iceberg
Handing a query engine a long-lived cloud storage key so it can read an Iceberg table is one of the most common and most dangerous patterns in…
-
REST Catalog Credential Vending for Lakehouse Security
Credential vending lets the catalog issue short-lived storage access instead of spreading permanent cloud keys across every engine. That is the…