paws.analytics (version 0.5.0)

glue_update_table: Updates a metadata table in the Data Catalog

Description

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,
  TableInput,
  SkipArchive = NULL,
  TransactionId = NULL,
  VersionId = 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.

TableInput

[required] An updated TableInput object to define the metadata table in the catalog.

SkipArchive

By default, update_table always creates an archived version of the table before updating it. However, if skipArchive is set to true, update_table does 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.