We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87b9fe commit a3cc8a6Copy full SHA for a3cc8a6
docs/resources/grants.md
@@ -35,6 +35,7 @@ You can grant `CREATE_CATALOG`, `CREATE_CONNECTION`, `CREATE_EXTERNAL_LOCATION`,
35
36
```hcl
37
resource "databricks_grants" "sandbox" {
38
+ metastore = "metastore_id"
39
grant {
40
principal = "Data Engineers"
41
privileges = ["CREATE_CATALOG", "CREATE_EXTERNAL_LOCATION"]
0 commit comments