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
)
[REQUIRED]
The name of the project to act upon.
dict
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