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.
put/tables/{tableBucketARN}/{namespace}/{name}/metadata-location
Path parameters
tableBucketARNstring required
The Amazon Resource Name (ARN) of the table bucket.
namespacestring required
The namespace of the table.
namestring required
The name of the table.
Request body
Response
Success