Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The "plus" graph operator also selects the model itself (#4861)
[Preview](https://docs-getdbt-com-git-dbeatty-plus-operator-dbt-labs.vercel.app/reference/node-selection/graph-operators) ## What are you changing in this pull request and why? resolves #3979 by updating the description of the "plus" graph operator from: > If placed at the front of the model selector, + will select all parents of the selected model. If placed at the end of the string, + will select all children of the selected model. to: > If placed at the front of the model selector, + will select all parents of the selected model and the model itself. If placed at the end of the string, + will select all children of the selected model and the model itself. as discussed in dbt-labs/dbt-core#8340 (comment). ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines.
- Loading branch information