Glue / Client / delete_column_statistics_for_table

delete_column_statistics_for_table#

Glue.Client.delete_column_statistics_for_table(**kwargs)#

Retrieves table statistics of columns.

The Identity and Access Management (IAM) permission required for this operation is DeleteTable.

See also: AWS API Documentation

Request Syntax

response = client.delete_column_statistics_for_table(
    CatalogId='string',
    DatabaseName='string',
    TableName='string',
    ColumnName='string'
)
Parameters:
  • CatalogId (string) – The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

  • DatabaseName (string) –

    [REQUIRED]

    The name of the catalog database where the partitions reside.

  • TableName (string) –

    [REQUIRED]

    The name of the partitions’ table.

  • ColumnName (string) –

    [REQUIRED]

    The name of the column.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions