Skip to content

Commit

Permalink
Update grants.md (#4806)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?
Just a tiny typo.
## 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.
  • Loading branch information
mirnawong1 authored Jan 26, 2024
2 parents 694cfae + be64e49 commit 3e8dbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/resource-configs/grants.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For more information on hooks, see [Hooks & operations](/docs/build/hooks-operat

## Definition

You can use the `grants` field to set permissions or grants for a resource. When you run a model, seed or seed, or snapshot a snapshot, dbt will run `grant` and/or `revoke` statements to ensure that the permissions on the database object match the `grants` you have configured on the resource.
You can use the `grants` field to set permissions or grants for a resource. When you `run` a model, `seed` data, or `snapshot` a dataset, dbt will run `grant` and/or `revoke` statements to ensure that the permissions on the database object match the `grants` you have configured on the resource.

Like all configurations, `grants` will be included in dbt project metadata, including [the manifest artifact](/reference/artifacts/manifest-json).

Expand Down

0 comments on commit 3e8dbcd

Please sign in to comment.