From f504674d4cfdb3c1eb55f708fcfaabddbfdcce7b Mon Sep 17 00:00:00 2001 From: Josh Devlin Date: Fri, 18 Aug 2023 15:30:38 +1000 Subject: [PATCH] Update retry.md --- website/docs/reference/commands/retry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/commands/retry.md b/website/docs/reference/commands/retry.md index 8f5c617ef80..177b8fb3b2b 100644 --- a/website/docs/reference/commands/retry.md +++ b/website/docs/reference/commands/retry.md @@ -14,7 +14,7 @@ Native support for restarting scheduled runs from point of failure is currently `dbt retry` re-executes the last `dbt` command from the node point of failure. If the previously executed `dbt` command was successful, `retry` will finish as `no operation`. -Retry works with the following commands: +Retry works to retry after the execution of the following commands: - [`build`](/reference/commands/build) - [`compile`](/reference/commands/compile)