DuckLake in Python: The DuckDB Lakehouse Format (2026)
DuckLake 1.0 keeps table metadata in a real SQL database and data as Parquet on S3. A practical Python guide covering pyducklake, time travel, deployment, and where it beats Iceberg.
DuckLake 1.0 keeps table metadata in a real SQL database and data as Parquet on S3. A practical Python guide covering pyducklake, time travel, deployment, and where it beats Iceberg.
PyIceberg 0.9 makes Apache Iceberg tables fully usable from pure Python. Walk through catalog setup, reads, appends, upserts, schema evolution, and time travel, plus how PyIceberg compares with Spark, Delta Lake, and Hudi for 2026 lakehouse work.