Skip to content

Commit

Permalink
Fix description for code example for --resource-type flag (#6114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Sep 24, 2024
2 parents 16f890c + 69ddf29 commit 904f4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/global-configs/resource-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The available resource types are:

## Example

Instead of targeting specific resources, use the `--resource-flag` or `--exclude-resource-type` flags to target all resources of a certain type: `dbt build --resource-type RESOURCE_TYPE` replacing `RESOURCE_TYPE` with the resource type you want to exclude.
Instead of targeting specific resources, use the `--resource-flag` or `--exclude-resource-type` flags to target all resources of a certain type: `dbt build --resource-type RESOURCE_TYPE` replacing `RESOURCE_TYPE` with the resource type you want to include.

- For example, use the following command to include _all_ snapshots from your dbt build process:

Expand Down

0 comments on commit 904f4f9

Please sign in to comment.