Skip to content

Commit

Permalink
Update website/docs/reference/node-selection/methods.md
Browse files Browse the repository at this point in the history
Co-authored-by: Doug Beatty <[email protected]>
  • Loading branch information
matthewshaver and dbeatty10 authored Oct 12, 2023
1 parent e89dfc8 commit e7a472b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions website/docs/reference/node-selection/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,8 @@ Supported in v1.6 or newer.
The `semantic_model` method selects [semantic models](/docs/build/semantic-models).

```bash

dbt ls --resource-type semantic_model # lists the semantic model resource type
dbt ls -s +semantic_model:number # lists the quantity of semantic models

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>

0 comments on commit e7a472b

Please sign in to comment.