iceberg-python
iceberg-python copied to clipboard
Support `register_table` in GlueCatalog
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: https://github.com/apache/iceberg-python/pull/711 This is resolved!
Completed in #711