Posts
All the articles I've posted.
Using Apache Iceberg with Python and MPP Query Engines
Published: at 12:11 PMAccess Iceberg tables from Python with PyIceberg, DuckDB, and Polars, or through MPP engines like Dremio, Spark, and Trino. Here is how each approach works.
Apache Iceberg Metadata Tables: Querying the Internals
Published: at 12:10 PMIceberg metadata tables let you query snapshots, files, manifests, and partitions using SQL. Here is every metadata table and how to use them.
Maintaining Apache Iceberg Tables: Compaction, Expiry, and Cleanup
Published: at 12:09 PMKeep Iceberg tables fast with compaction, snapshot expiry, orphan cleanup, and manifest rewriting. Here is when and how to run each operation.