From be7c9d1419e81ed60157cbf9d0fe4f1df4fab9c2 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:36:53 +0100 Subject: [PATCH] Update website/docs/docs/deploy/job-commands.md --- website/docs/docs/deploy/job-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/deploy/job-commands.md b/website/docs/docs/deploy/job-commands.md index cb5ba5ab2e4..ccb6648a748 100644 --- a/website/docs/docs/deploy/job-commands.md +++ b/website/docs/docs/deploy/job-commands.md @@ -55,7 +55,7 @@ Here are some examples of how you can customize the comparison command: - To exclude the large `fct_orders` model from the comparison, use the `--select state:modified --exclude fct_orders` syntax. - To exclude models based on tags, use `--select state modified --exclude tag:tagname_a tag:tagname_b`. -- To include models that were directly modified and also those one step downstream, use `--select state:modified+`. +- To include models that were directly modified and also those one step downstream, use `--select state:modified+1`. #### Job outcome During a job run, the commands are "chained" together and executed as run steps. If one of the run steps in the chain fails, then the subsequent steps aren't executed, and the job will fail.