Skip to content

Commit

Permalink
Wildcards require single or double quotes for zsh shell
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Mar 25, 2024
1 parent 038520a commit 760eac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/node-selection/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Supported in v1.6 or newer.
The `semantic_model` method selects [semantic models](/docs/build/semantic-models).
```bash
dbt list --select semantic_model:* # list all 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
```
Expand Down

0 comments on commit 760eac5

Please sign in to comment.