Updates the metadata location for a table
Source:R/s3tables_operations.R
s3tables_update_table_metadata_location.RdUpdates 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.
See https://www.paws-r-sdk.com/docs/s3tables_update_table_metadata_location/ for full documentation.
Usage
s3tables_update_table_metadata_location(
tableBucketARN,
namespace,
name,
versionToken,
metadataLocation
)