GlueDataBrew.Client.start_job_run(**kwargs)¶Runs a DataBrew job.
See also: AWS API Documentation
Request Syntax
response = client.start_job_run(
Name='string'
)
[REQUIRED]
The name of the job to be run.
{
'RunId': 'string'
}
Response Structure
A system-generated identifier for this particular job run.
Exceptions
GlueDataBrew.Client.exceptions.ConflictExceptionGlueDataBrew.Client.exceptions.ResourceNotFoundExceptionGlueDataBrew.Client.exceptions.ServiceQuotaExceededExceptionGlueDataBrew.Client.exceptions.ValidationException