Skip to content

Commit

Permalink
Update website/docs/docs/deploy/job-commands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Oct 23, 2024
1 parent f104df6 commit be7c9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/deploy/job-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit be7c9d1

Please sign in to comment.