Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo in exports.md resource type selector (#5257)
## What are you changing in this pull request and why? The docs state you can build saved queries using `dbt build --resource-type saved_queries`, but in dbt Cloud running dbt 1.7 this results in the error: ``` Error: Invalid value for '--resource-types' / '--resource-type': 'saved_queries' is not one of 'metric', 'semantic_model', 'saved_query', 'source', 'analysis', 'model', 'test', 'exposure', 'snapshot', 'seed', 'default', 'all'. ``` This commit changes the docs to use the correct selector, `saved_query` ## 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. - [ ] For [docs versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning), review how to [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content).
- Loading branch information