Skip to content

Commit

Permalink
Merge branch 'current' into dbeatty10-patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Mar 25, 2024
2 parents a29631b + 9b32355 commit 44df435
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/reference/node-selection/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ The `state` method is used to select nodes by comparing them against a previous
```bash
dbt test --select "state:new " # run all tests on new models + and new tests on old models
dbt run --select "state:modified" # run all models that have been modified
dbt ls --select "state:modified" # list all modified nodes (not just models)
dbt test --select "state:new" --state path/to/artifacts # run all tests on new models + and new tests on old models
dbt run --select "state:modified" --state path/to/artifacts # run all models that have been modified
dbt ls --select "state:modified" --state path/to/artifacts # list all modified nodes (not just models)
```
Expand Down

0 comments on commit 44df435

Please sign in to comment.