apache / iceberg-python

Apache PyIceberg

Home Page:https://py.iceberg.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support `register_table` in GlueCatalog

rmn36 opened this issue · comments

Feature Request / Improvement

register_table is currently the only Catalog method not implemented https://github.com/apache/iceberg-python/blob/main/pyiceberg/catalog/glue.py#L407
Also the docs are misleading because this method is shown in the docs and doesn’t have any note about not being implemented https://py.iceberg.apache.org/reference/pyiceberg/catalog/glue/#pyiceberg.catalog.glue.GlueCatalog.register_table

I would love to take a shot at it.

PR: #711
This is resolved!

Completed in #711