paws.analytics (version 0.1.0)

glue_delete_table_version: Deletes a specified version of a table

Description

Deletes a specified version of a table.

Usage

glue_delete_table_version(CatalogId, DatabaseName, TableName, VersionId)

Arguments

CatalogId

The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account ID is used by default.

DatabaseName

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

TableName

[required] The name of the table. For Hive compatibility, this name is entirely lowercase.

VersionId

[required] The ID of the table version to be deleted. A VersionID is a string representation of an integer. Each version is incremented by 1.

Request syntax

svc$delete_table_version(
  CatalogId = "string",
  DatabaseName = "string",
  TableName = "string",
  VersionId = "string"
)