Updates a metadata table in the Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_update_table/ for full documentation.
Usage
glue_update_table(
CatalogId = NULL,
DatabaseName,
Name = NULL,
TableInput = NULL,
SkipArchive = NULL,
TransactionId = NULL,
VersionId = NULL,
ViewUpdateAction = NULL,
Force = NULL,
UpdateOpenTableFormatInput = NULL
)Arguments
- CatalogId
The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.
- DatabaseName
[required] The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.
- Name
The unique identifier for the table within the specified database that will be created in the Glue Data Catalog.
- TableInput
An updated
TableInputobject to define the metadata table in the catalog.- SkipArchive
By default,
update_tablealways creates an archived version of the table before updating it. However, ifskipArchiveis set to true,update_tabledoes not create the archived version.- TransactionId
The transaction ID at which to update the table contents.
- VersionId
The version ID at which to update the table contents.
- ViewUpdateAction
The operation to be performed when updating the view.
- Force
A flag that can be set to true to ignore matching storage descriptor and subobject matching requirements.
- UpdateOpenTableFormatInput
Input parameters for updating open table format tables in GlueData Catalog, serving as a wrapper for format-specific update operations such as Apache Iceberg.