Glue / Client / stop_column_statistics_task_run

stop_column_statistics_task_run#

Glue.Client.stop_column_statistics_task_run(**kwargs)#

Stops a task run for the specified table.

See also: AWS API Documentation

Request Syntax

response = client.stop_column_statistics_task_run(
    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.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Glue.Client.exceptions.EntityNotFoundException

  • Glue.Client.exceptions.ColumnStatisticsTaskNotRunningException

  • Glue.Client.exceptions.ColumnStatisticsTaskStoppingException

  • Glue.Client.exceptions.OperationTimeoutException