Glue.Client.start_blueprint_run(**kwargs)¶Starts a new run of the specified blueprint.
See also: AWS API Documentation
Request Syntax
response = client.start_blueprint_run(
    BlueprintName='string',
    Parameters='string',
    RoleArn='string'
)
[REQUIRED]
The name of the blueprint.
BlueprintParameters object.[REQUIRED]
Specifies the IAM role used to create the workflow.
dict
Response Syntax
{
    'RunId': 'string'
}
Response Structure
(dict) --
RunId (string) --
The run ID for this blueprint run.
Exceptions
Glue.Client.exceptions.InvalidInputExceptionGlue.Client.exceptions.OperationTimeoutExceptionGlue.Client.exceptions.InternalServiceExceptionGlue.Client.exceptions.ResourceNumberLimitExceededExceptionGlue.Client.exceptions.EntityNotFoundExceptionGlue.Client.exceptions.IllegalBlueprintStateException