Skip to content

joefusaro/iceberg-python

 
 

Repository files navigation

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

About

Apache PyIceberg for SQL Alchemy 1.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Other 1.0%