Tables
Commit updates to a table
Commit updates to a table. Commits can optionally include requirements that must be satisfied for the commit to succeed. If any requirement is not met, the commit will fail with a 409 Conflict response.
post/apis/iceberg/v1/{prefix}/namespaces/{namespace}/tables/{table}
Path parameters
prefixstring required
An optional prefix to use for the catalog. A prefix can be used to distinguish between multiple catalogs
namespacestring required
A namespace identifier as a URL-encoded concatenation of namespace levels, separated by the null byte (0x00)
tablestring required
A table name
Request body
Response
Table updated successfully