Skip to content

Commit

Permalink
Remove non-functional example command
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Apr 11, 2024
1 parent b0114a8 commit 39bb86a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/docs/reference/node-selection/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ Constructing and debugging your selection syntax can be challenging. To get a "
dbt ls --select "path/to/my/models" # Lists all models in a specific directory.
dbt ls --select "source_status:fresher+" # Shows sources updated since the last dbt source freshness run.
dbt ls --select state:modified+ # Displays nodes modified in comparison to a previous state.
dbt ls --select "result:<status>+ state:modified+ --defer --state ./<dbt-artifact-path>" # Lists nodes that match certain [result statuses](/reference/node-selection/syntax#the-result-status) and are modified.
```

<Snippet path="discourse-help-feed-header" />
Expand Down

0 comments on commit 39bb86a

Please sign in to comment.