RetryBoltRunFromFailure
Retry the latest finished run of a bolt schedule, resuming from the first failed command.
Caller passes a schedule slug (not a run id); the latest finished run of that schedule is resolved automatically. The retry re-executes the first failed command and every command that ran after it — not just the failed command itself — so downstream commands that depended on the failure are re-run as well.
Identify the schedule with slug (preferred) or scheduleName (deprecated
alias kept for backwards compatibility with older SDKs — both fields carry a
slug, not a display name). Exactly one of the two must be provided.
object
RetryBoltRunFromFailureFields
ok
Boolean!
runId
Int!
Related topics
Bolt APIBolt CLIRetrying a RunRun DetailsRe-executes the last dbt™ command from the point of failure