Glue / Client / start_column_statistics_task_run_schedule
start_column_statistics_task_run_schedule#
- Glue.Client.start_column_statistics_task_run_schedule(**kwargs)#
Starts a column statistics task run schedule.
See also: AWS API Documentation
Request Syntax
response = client.start_column_statistics_task_run_schedule( 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 start a column statistic task run schedule.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions