Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 582 Bytes

File metadata and controls

17 lines (12 loc) · 582 Bytes

iceberg-python-lakehouse-patterns

Apache Iceberg Python lakehouse patterns: catalog management, schema evolution, partitioning strategies, and snapshot time-travel.

Patterns

  • catalogIcebergCatalog, TableIdentifier, CatalogConfig (REST/Glue/Hive/Nessie)
  • partitioningPartitionSpec, PartitionField with all transforms, SortOrder
  • schema_evolutionSchemaEvolution, ColumnChange, IcebergType promotions
  • snapshotsSnapshotLog, time-travel, expiry, branch/tag refs

Install

pip install -e ".[dev]"
pytest