powered by
Resets a bookmark entry.
glue_reset_job_bookmark(JobName, RunId)
[required] The name of the job in question.
The unique run identifier associated with this job run.
A list with the following syntax:
list( JobBookmarkEntry = list( JobName = "string", Version = 123, Run = 123, Attempt = 123, PreviousRunId = "string", RunId = "string", JobBookmark = "string" ) )
svc$reset_job_bookmark( JobName = "string", RunId = "string" )