iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Support `register_table` in GlueCatalog

Open rmn36 opened this issue 1 year ago • 2 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

rmn36 avatar May 06 '24 18:05 rmn36

I would love to take a shot at it.

MehulBatra avatar May 06 '24 21:05 MehulBatra

PR: https://github.com/apache/iceberg-python/pull/711 This is resolved!

MehulBatra avatar May 07 '24 19:05 MehulBatra

Completed in #711

kevinjqliu avatar Jun 19 '24 16:06 kevinjqliu