Skip to content

Commit

Permalink
Fix description for code example for --resource-type flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Sep 22, 2024
1 parent 2d674ae commit d71d911
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 d71d911

Please sign in to comment.