:doc:`Glue <../../glue>` / Client / start_column_statistics_task_run_schedule

*****************************************
start_column_statistics_task_run_schedule
*****************************************



.. py:method:: Glue.Client.start_column_statistics_task_run_schedule(**kwargs)

  

  Starts a column statistics task run schedule.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StartColumnStatisticsTaskRunSchedule>`_  


  **Request Syntax**
  ::

    response = client.start_column_statistics_task_run_schedule(
        DatabaseName='string',
        TableName='string'
    )
    
  :type DatabaseName: string
  :param DatabaseName: **[REQUIRED]** 

    The name of the database where the table resides.

    

  
  :type TableName: string
  :param TableName: **[REQUIRED]** 

    The name of the table for which to start a column statistic task run schedule.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Glue.Client.exceptions.EntityNotFoundException`

  
  *   :py:class:`Glue.Client.exceptions.InvalidInputException`

  
  *   :py:class:`Glue.Client.exceptions.OperationTimeoutException`

  