Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This works starting v1.6:
--select resource_type:source
(#6115)
[Preview](https://docs-getdbt-com-git-dbeatty10-patch-3-dbt-labs.vercel.app/reference/node-selection/methods#the-resource_type-method) ## What are you changing in this pull request and why? Prior to dbt v1.6, `--select resource_type:source` wasn't an option, and this was the alternative: ```bash dbt list --resource-type source ``` But now that it's available for all supported versions of dbt, we can update the docs to remove this caveat. ## 🎩 Before: <img width="600" alt="image" src="https://github.com/user-attachments/assets/75537bba-c8a5-4e2d-88b1-7c6e0f715315"> After: <img width="600" alt="image" src="https://github.com/user-attachments/assets/161d2f37-c0ea-4d88-899c-b57afb370520"> ## Checklist - [x] I have reviewed 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. Co-authored-by: Mirna Wong <[email protected]> Co-authored-by: Matt Shaver <[email protected]>
- Loading branch information