updateTableMetadataLocation
inline suspend fun S3TablesClient.updateTableMetadataLocation(crossinline block: UpdateTableMetadataLocationRequest.Builder.() -> Unit): UpdateTableMetadataLocationResponse
Updates the metadata location for a table. The metadata location of a table must be an S3 URI that begins with the table's warehouse location. The metadata location for an Apache Iceberg table must end with .metadata.json
, or if the metadata file is Gzip-compressed, .metadata.json.gz
.
Permissions
You must have the s3tables:UpdateTableMetadataLocation
permission to use this operation.