Skip to content

Commit

Permalink
Update tags.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Jan 8, 2025
1 parent 64a6236 commit 2e5736d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/reference/resource-configs/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ You can use the [`+` operator](/reference/node-selection/graph-operators#the-plu
- `dbt run --select tag:my_tag+` — Run models tagged with `my_tag` and all their downstream dependencies (children).
- `dbt run --select +tag:my_tag` — Run models tagged with `my_tag` and all their upstream dependencies (parents).
- `dbt run --select +model_name+` — Run a model, its upstream dependencies (parents), and its downstream dependencies (children).
- `dbt run --select tag:my_tag+ --exclude tag:exclude_tag` — Run model tagged with `my_tag` and their downstream dependencies and exclude models tagged with `exclude_tag`, regardless of their dependencies.

## Examples
### Use tags to run parts of your project
Expand Down

0 comments on commit 2e5736d

Please sign in to comment.