reset_job_bookmark

Glue.Client.reset_job_bookmark(**kwargs)

Resets a bookmark entry.

For more information about enabling and using job bookmarks, see:

See also: AWS API Documentation

Request Syntax

response = client.reset_job_bookmark(
    JobName='string',
    RunId='string'
)
Parameters
  • JobName (string) --

    [REQUIRED]

    The name of the job in question.

  • RunId (string) -- The unique run identifier associated with this job run.
Return type

dict

Returns

Response Syntax

{
    'JobBookmarkEntry': {
        'JobName': 'string',
        'Version': 123,
        'Run': 123,
        'Attempt': 123,
        'PreviousRunId': 'string',
        'RunId': 'string',
        'JobBookmark': 'string'
    }
}

Response Structure

  • (dict) --

    • JobBookmarkEntry (dict) --

      The reset bookmark entry.

      • JobName (string) --

        The name of the job in question.

      • Version (integer) --

        The version of the job.

      • Run (integer) --

        The run ID number.

      • Attempt (integer) --

        The attempt ID number.

      • PreviousRunId (string) --

        The unique run identifier associated with the previous job run.

      • RunId (string) --

        The run ID number.

      • JobBookmark (string) --

        The bookmark itself.

Exceptions

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