Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/src/main/sphinx/connector/iceberg.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,8 @@ To prevent unauthorized users from accessing data, this procedure is disabled by
default. The procedure is enabled only when
`iceberg.register-table-procedure.enabled` is set to `true`.

Ensure tables are registered using their prior storage path, and avoid associating multiple tables with identical locations.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Ensure tables are registered using their prior storage path"

Users don't have to ensure that. The procedure blocks such execution either way.


(iceberg-unregister-table)=
#### Unregister table

Expand Down