You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for 'overwrite' option in register_table (#3290)
# Rationale for this change
- Relates to apache/iceberg#12239
## Are these changes tested?
## Are there any user-facing changes?
This PR adds `overwrite` parameter to `catalog.register_table` method.
There are two ways of reading an Iceberg table; through a catalog, and by pointing at the Iceberg metadata directly. Reading through a catalog is preferred, and directly pointing at the metadata is read-only.
0 commit comments