Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolves #3549 ## What are you changing in this pull request and why? This PR adds the (undocumented!) `resource_type` method that has been possible for a long, long time. Reason: we discovered a selection method wasn't documented! So we did 😎 ## Not done #3549 mentions that there are no examples for the wildcard method that include `wildcard:`. This seems okay since the intent in dbt-labs/dbt-core#6599 was to use Unix-style wildcards in conjunction with all the other selection methods. So we're choosing not to add `wildcard:` examples in this PR. If needed, they can always be added later. ## 🎩 [Preview](https://deploy-preview-3548--docs-getdbt-com.netlify.app/reference/node-selection/methods#the-resource_type-method) <img width="550" alt="image" src="https://github.com/dbt-labs/docs.getdbt.com/assets/44704949/c46f18c5-d4ea-4e9a-815d-7f682efa4ee2"> ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) and [About versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) so my content adheres to these guidelines. --------- Co-authored-by: mirnawong1 <[email protected]> Co-authored-by: Doug Beatty <[email protected]>
- Loading branch information