Skip to content

Commit

Permalink
Merge branch 'current' into patch-8
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Mar 25, 2024
2 parents b8646c0 + 4d1297d commit 49a4e35
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/docs/reference/node-selection/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,3 +385,18 @@ dbt list --select "+semantic_model:orders" # list your semantic model named "or
```
</VersionBlock>
### The "saved_query" method
<VersionBlock lastVersion="1.6">
Supported in v1.7 or newer.
</VersionBlock>
<VersionBlock firstVersion="1.7">
The `saved_query` method selects [saved queries](/docs/build/saved-queries).
```bash
dbt list --select "saved_query:*" # list all saved queries
dbt list --select "+saved_query:orders_saved_query" # list your saved query named "orders_saved_query" and all upstream resources
```
</VersionBlock>

0 comments on commit 49a4e35

Please sign in to comment.