GlueDataBrew / Client / start_project_session
start_project_session#
- GlueDataBrew.Client.start_project_session(**kwargs)#
- Creates an interactive session, enabling you to manipulate data in a DataBrew project. - See also: AWS API Documentation - Request Syntax - response = client.start_project_session( Name='string', AssumeControl=True|False ) - Parameters:
- Name (string) – - [REQUIRED] - The name of the project to act upon. 
- AssumeControl (boolean) – A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project. 
 
- Return type:
- 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 - GlueDataBrew.Client.exceptions.ConflictException
- GlueDataBrew.Client.exceptions.ResourceNotFoundException
- GlueDataBrew.Client.exceptions.ServiceQuotaExceededException
- GlueDataBrew.Client.exceptions.ValidationException