iceberg-python
iceberg-python copied to clipboard
Add rename_view to REST Catalog
Rationale for this change
As part of #818, this adds rename_view support to the Iceberg REST Catalog.
The REST Catalog spec specifies that both rename_view and rename_table do not return anything. Currently, rename_table returns the table. I'm happy to change that API if we want, but it would technically be a breaking change.
Are these changes tested?
Added unit tests.
Are there any user-facing changes?
- Added
rename_viewsupport to Iceberg REST Catalog.
@Fokko @kevinjqliu mind taking a look when you can? thanks!