Hello,
I wrote a script that can repair all the runs for a given job_id. However, when I have to repair for a second time, I come across this error:
w.jobs.repair_run(j.run_id, rerun_all_failed_tasks=True)
databricks.sdk.core.DatabricksError: The latest repair ID needs to be provided in order to create a new repair
I cannot find any output in jobs object that has this information. Can you provide some insight here? Thanks!