v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142021,119944.8 KB

Updates a metadata table in the Data Catalog.

post/#X-Amz-Target=AWSGlue.UpdateTable

Headers

X-Amz-Target'AWSGlue.UpdateTable' required

Request body

CatalogIdstring

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

DatabaseNamestring required

The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.

SkipArchiveboolean

By default, <code>UpdateTable</code> always creates an archived version of the table before updating it. However, if <code>skipArchive</code> is set to true, <code>UpdateTable</code> does not create the archived version.

TransactionIdstring

The transaction ID at which to update the table contents.

VersionIdstring

The version ID at which to update the table contents.

Response

Success

UpdateTableResponse required