To restart a job from a failure step in DBT on DBT Cloud, you can follow these steps:
- Go to the DBT Cloud web interface and click on the failed job that you want to restart.
- Once you have opened the failed job, you will see a list of the steps that were executed. Identify the step where the job failed.
- Click on the “Run step” button next to the failed step. This will start a new run of only that step.
- Once the step has completed successfully, you can then restart the entire job by clicking on the “Restart job” button.
- If you want to skip the failed step and start from the next step, you can do so by clicking on the “Skip step and run” button. This will start a new run of the job, skipping the failed step.
- After restarting the job or running the skipped step, you can monitor the progress of the job from the DBT Cloud interface to ensure that it completes successfully.
Note: Depending on the nature of the failure, it may be necessary to fix the underlying issue before restarting the job.
Get more useful articles on dbt