From 82ed4eab6fa9735d6062eeb01a125c25f6f8f2a8 Mon Sep 17 00:00:00 2001 From: Alex Python Date: Fri, 8 Sep 2023 16:10:45 -0400 Subject: [PATCH] Update Databricks Section of grants.md Add bullet point for Databricks specific grants that aren't supported by dbt grants --- website/docs/reference/resource-configs/grants.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/reference/resource-configs/grants.md b/website/docs/reference/resource-configs/grants.md index 68d1e6eb14e..3a65672fa5e 100644 --- a/website/docs/reference/resource-configs/grants.md +++ b/website/docs/reference/resource-configs/grants.md @@ -243,6 +243,7 @@ models: - Databricks automatically enables `grants` on SQL endpoints. For interactive clusters, admins should enable grant functionality using these two setup steps in the Databricks documentation: - [Enable table access control for your workspace](https://docs.databricks.com/administration-guide/access-control/table-acl.html) - [Enable table access control for a cluster](https://docs.databricks.com/security/access-control/table-acls/table-acl.html) +- In order to grant `READ_METADATA` or `USAGE`, use [post-hooks](https://docs.getdbt.com/reference/resource-configs/pre-hook-post-hook)