:doc:`GlueDataBrew <../../databrew>` / Client / start_project_session

*********************
start_project_session
*********************



.. py:method:: GlueDataBrew.Client.start_project_session(**kwargs)

  

  Creates an interactive session, enabling you to manipulate data in a DataBrew project.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/StartProjectSession>`_  


  **Request Syntax**
  ::

    response = client.start_project_session(
        Name='string',
        AssumeControl=True|False
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the project to act upon.

    

  
  :type AssumeControl: boolean
  :param AssumeControl: 

    A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.

    

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

    
    ::

      {
          'Name': 'string',
          'ClientSessionId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Name** *(string) --* 

        The name of the project to be acted upon.

        
      

      - **ClientSessionId** *(string) --* 

        A system-generated identifier for the session.

        
  
  **Exceptions**
  
  *   :py:class:`GlueDataBrew.Client.exceptions.ConflictException`

  
  *   :py:class:`GlueDataBrew.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`GlueDataBrew.Client.exceptions.ServiceQuotaExceededException`

  
  *   :py:class:`GlueDataBrew.Client.exceptions.ValidationException`

  