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

****************************************
start_materialized_view_refresh_task_run
****************************************



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

  

  Starts a materialized view refresh task run, for a specified table and columns.

  

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


  **Request Syntax**
  ::

    response = client.start_materialized_view_refresh_task_run(
        CatalogId='string',
        DatabaseName='string',
        TableName='string',
        FullRefresh=True|False
    )
    
  :type CatalogId: string
  :param CatalogId: **[REQUIRED]** 

    The ID of the Data Catalog where the table reside. If none is supplied, the account ID is used by default.

    

  
  :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 to generate run the materialized view refresh task.

    

  
  :type FullRefresh: boolean
  :param FullRefresh: 

    Specifies whether this is a full refresh of the task run.

    

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

    
    ::

      {
          'MaterializedViewRefreshTaskRunId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **MaterializedViewRefreshTaskRunId** *(string) --* 

        The identifier for the materialized view refresh task run.

        
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.AccessDeniedException`

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

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

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

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

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

  