db_jobs_repair_run | R Documentation |
Repair A Job Run
db_jobs_repair_run(
run_id,
rerun_tasks = NULL,
job_parameters = list(),
latest_repair_id = NULL,
performance_target = NULL,
pipeline_full_refresh = NULL,
rerun_all_failed_tasks = NULL,
rerun_dependent_tasks = NULL,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
run_id |
Job run ID of the run to repair. The run must not be in progress. |
rerun_tasks |
Character vector. Task keys of the task runs to repair. |
job_parameters |
Named list of job level parameters used in the run. |
latest_repair_id |
The ID of the latest repair. This parameter is not required when repairing a run for the first time, but must be provided on subsequent requests to repair the same run. |
performance_target |
The performance mode on a serverless job (either
|
pipeline_full_refresh |
Boolean. Controls whether the pipeline should perform a full refresh. |
rerun_all_failed_tasks |
Boolean. If |
rerun_dependent_tasks |
Boolean. If |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
perform_request |
If |
Parameters which are shared with db_jobs_create()
are optional, only
specify those that are changing.
Other Jobs API:
db_jobs_create()
,
db_jobs_delete()
,
db_jobs_get()
,
db_jobs_list()
,
db_jobs_reset()
,
db_jobs_run_now()
,
db_jobs_runs_cancel()
,
db_jobs_runs_delete()
,
db_jobs_runs_export()
,
db_jobs_runs_get()
,
db_jobs_runs_get_output()
,
db_jobs_runs_list()
,
db_jobs_runs_submit()
,
db_jobs_update()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.