From 08e6708ecc63e70b3d5b0f5daa6a47806e56f051 Mon Sep 17 00:00:00 2001 From: Tania <92768464+Tonayya@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:13:49 +1100 Subject: [PATCH 1/2] Update grants.md Just a tiny typo. --- website/docs/reference/resource-configs/grants.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-configs/grants.md b/website/docs/reference/resource-configs/grants.md index 3a65672fa5e..b9db90ceaa3 100644 --- a/website/docs/reference/resource-configs/grants.md +++ b/website/docs/reference/resource-configs/grants.md @@ -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 a 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. Like all configurations, `grants` will be included in dbt project metadata, including [the manifest artifact](/reference/artifacts/manifest-json). From be64e499d45a831af867dd07c7d49aae9c287918 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:30:32 +0000 Subject: [PATCH 2/2] Update website/docs/reference/resource-configs/grants.md --- website/docs/reference/resource-configs/grants.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-configs/grants.md b/website/docs/reference/resource-configs/grants.md index b9db90ceaa3..5b5bb819426 100644 --- a/website/docs/reference/resource-configs/grants.md +++ b/website/docs/reference/resource-configs/grants.md @@ -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 a 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).