Skip to content

Commit

Permalink
updat elink
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Dec 6, 2023
1 parent 573b65e commit 8b00253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/reference/node-selection/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ dbt ls --select "+exposure:*" --resource-type source # list all sources upstr
### The "metric" method
The `metric` method is used to select parent resources of a specified [metric](/docs/build/metrics). Use in conjunction with the `+` operator.
The `metric` method is used to select parent resources of a specified [metric](/docs/build/build-metrics-intro). Use in conjunction with the `+` operator.
```bash
dbt build --select "+metric:weekly_active_users" # build all resources upstream of weekly_active_users metric
Expand Down Expand Up @@ -367,4 +367,4 @@ dbt list --select semantic_model:* # list all semantic models
dbt list --select +semantic_model:orders # list your semantic model named "orders" and all upstream resources
```
</VersionBlock>
</VersionBlock>

0 comments on commit 8b00253

Please sign in to comment.