start_blueprint_run

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'
)
Parameters
  • BlueprintName (string) --

    [REQUIRED]

    The name of the blueprint.

  • Parameters (string) -- Specifies the parameters as a BlueprintParameters object.
  • RoleArn (string) --

    [REQUIRED]

    Specifies the IAM role used to create the workflow.

Return type

dict

Returns

Response Syntax

{
    'RunId': 'string'
}

Response Structure

  • (dict) --

    • RunId (string) --

      The run ID for this blueprint run.

Exceptions

  • Glue.Client.exceptions.InvalidInputException
  • Glue.Client.exceptions.OperationTimeoutException
  • Glue.Client.exceptions.InternalServiceException
  • Glue.Client.exceptions.ResourceNumberLimitExceededException
  • Glue.Client.exceptions.EntityNotFoundException
  • Glue.Client.exceptions.IllegalBlueprintStateException