Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.51 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.51 KB

Iceberg Python (fork)

We wanted to use python-iceberg in Airflow, specifically the SQL Catalog functionality, but ran into an issue: Airflow requires SQLAlchemy 1.x and python-iceberg requires SQLAlchemy 2.x

This fork modifies the SQL Catalog functions for SQLAlchemy 1.x

It won't be complete for other areas where SQLAlchemy is used


PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.

The documentation is available at https://py.iceberg.apache.org/.

Get in Touch