Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Apache Iceberg with PyIceberg (no Spark/JVM): catalog setup, time travel, CDC, schema evolution, upserts

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages