create_project
(**kwargs)¶Creates a new DataBrew project.
See also: AWS API Documentation
Request Syntax
response = client.create_project(
DatasetName='string',
Name='string',
RecipeName='string',
Sample={
'Size': 123,
'Type': 'FIRST_N'|'LAST_N'|'RANDOM'
},
RoleArn='string',
Tags={
'string': 'string'
}
)
[REQUIRED]
The name of an existing dataset to associate this project with.
[REQUIRED]
A unique name for the new project. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
[REQUIRED]
The name of an existing recipe to associate with the project.
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
The number of rows in the sample.
The way in which DataBrew obtains rows from a dataset.
[REQUIRED]
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed for this request.
Metadata tags to apply to this project.
dict
Response Syntax
{
'Name': 'string'
}
Response Structure
(dict) --
Name (string) --
The name of the project that you created.
Exceptions
GlueDataBrew.Client.exceptions.ConflictException
GlueDataBrew.Client.exceptions.InternalServerException
GlueDataBrew.Client.exceptions.ServiceQuotaExceededException
GlueDataBrew.Client.exceptions.ValidationException