Skip to content

ResetJobBookmark

Source: src/AWS/Glue/ResetJobBookmark.ts

Runtime binding for glue:ResetJobBookmark.

Resets the bound Job’s bookmark entry so the next bookmarked run reprocesses the source data from the beginning — the standard remediation after a bad deploy consumed data incorrectly. The job name is injected from the binding. Provide the implementation with Effect.provide(AWS.Glue.ResetJobBookmarkHttp).

// init
const resetJobBookmark = yield* AWS.Glue.ResetJobBookmark(job);
// runtime
yield* resetJobBookmark();