Skip to content

Commit

Permalink
Update syntax.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Apr 11, 2024
1 parent 8c111fa commit a139818
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/docs/reference/node-selection/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,14 @@ dbt run --select "result:<status> --defer --state path/to/prod/artifacts"

The available options depend on the resource (node) type:

| result:\<status> | model | seed | snapshot | test |
| `result:\<status>` | model | seed | snapshot | test |
|----------------|-------|------|------|----------|
| `result:error` | | | ||
| `result:success` | | | | |
| `result:skipped` | | | | |
| `result:fail` | | | | |
| `result:warn` | | | | |
| `result:pass` | | | ||
| `result:error` |||||
| `result:success` |||| |
| `result:skipped` || || |
| `result:fail` | | | | |
| `result:warn` | | | ||
| `result:pass` | | | ||

### Combining `state` and `result` selectors

Expand Down

0 comments on commit a139818

Please sign in to comment.