update_project
(**kwargs)¶Modifies the definition of an existing DataBrew project.
See also: AWS API Documentation
Request Syntax
response = client.update_project(
Sample={
'Size': 123,
'Type': 'FIRST_N'|'LAST_N'|'RANDOM'
},
RoleArn='string',
Name='string'
)
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 IAM role to be assumed for this request.
[REQUIRED]
The name of the project to be updated.
dict
Response Syntax
{
'LastModifiedDate': datetime(2015, 1, 1),
'Name': 'string'
}
Response Structure
(dict) --
LastModifiedDate (datetime) --
The date and time that the project was last modified.
Name (string) --
The name of the project that you updated.
Exceptions
GlueDataBrew.Client.exceptions.ResourceNotFoundException
GlueDataBrew.Client.exceptions.ValidationException