A Databricks job consists of a single notebook task that performs an ETL on two different datasets. The notebook contains Python code that extracts CSV files from an AWS S3 location and loads the transformed data in an Azure blob storage. The data from azure blob storage is then extracted, transformed and loaded into a Google Cloud bucket. The job is scheduled to run daily but the task failed after writing the data to Azure blob storage. The data engineer wants to repair the job using the Repair Run utility for the failed tasks. Which statement explains the effect of using Repair Run on the job?