Glue / Client / delete_column_statistics_task_settings

delete_column_statistics_task_settings#

Glue.Client.delete_column_statistics_task_settings(**kwargs)#

Deletes settings for a column statistics task.

See also: AWS API Documentation

Request Syntax

response = client.delete_column_statistics_task_settings(
    DatabaseName='string',
    TableName='string'
)
Parameters:
  • DatabaseName (string) –

    [REQUIRED]

    The name of the database where the table resides.

  • TableName (string) –

    [REQUIRED]

    The name of the table for which to delete column statistics.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions