File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ resource "databricks_grants" "external_creds" {
264264 storage_credential = databricks_storage_credential.external.id
265265 grant {
266266 principal = "Data Engineers"
267- privileges = ["CREATE_TABLE "]
267+ privileges = ["CREATE_EXTERNAL_TABLE "]
268268 }
269269}
270270
@@ -285,7 +285,7 @@ resource "databricks_grants" "some" {
285285 external_location = databricks_external_location.some.id
286286 grant {
287287 principal = "Data Engineers"
288- privileges = ["CREATE_TABLE ", "READ_FILES"]
288+ privileges = ["CREATE_EXTERNAL_TABLE ", "READ_FILES"]
289289 }
290290}
291291```
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ resource "databricks_grants" "external_creds" {
223223 storage_credential = databricks_storage_credential.external.id
224224 grant {
225225 principal = "Data Engineers"
226- privileges = ["CREATE_TABLE "]
226+ privileges = ["CREATE_EXTERNAL_TABLE "]
227227 }
228228}
229229
@@ -244,7 +244,7 @@ resource "databricks_grants" "some" {
244244 external_location = databricks_external_location.some.id
245245 grant {
246246 principal = "Data Engineers"
247- privileges = ["CREATE_TABLE ", "READ_FILES"]
247+ privileges = ["CREATE_EXTERNAL_TABLE ", "READ_FILES"]
248248 }
249249}
250250```
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ resource "databricks_grants" "some" {
490490 external_location = databricks_external_location.some.id
491491 grant {
492492 principal = "Data Engineers"
493- privileges = ["CREATE_TABLE ", "READ_FILES"]
493+ privileges = ["CREATE_EXTERNAL_TABLE ", "READ_FILES"]
494494 }
495495}
496496```
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ resource "databricks_grants" "external_creds" {
229229 storage_credential = databricks_storage_credential.external.id
230230 grant {
231231 principal = "Data Engineers"
232- privileges = ["CREATE_TABLE "]
232+ privileges = ["CREATE_EXTERNAL_TABLE "]
233233 }
234234}
235235```
@@ -250,7 +250,7 @@ resource "databricks_grants" "some" {
250250 external_location = databricks_external_location.some.id
251251 grant {
252252 principal = "Data Engineers"
253- privileges = ["CREATE_TABLE ", "READ_FILES"]
253+ privileges = ["CREATE_EXTERNAL_TABLE ", "READ_FILES"]
254254 }
255255 grant {
256256 principal = databricks_service_principal.my_sp.application_id
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ resource "databricks_grants" "external_creds" {
2525 storage_credential = databricks_storage_credential.external.id
2626 grant {
2727 principal = "Data Engineers"
28- privileges = ["CREATE_TABLE "]
28+ privileges = ["CREATE_EXTERNAL_TABLE "]
2929 }
3030}
3131```
@@ -45,7 +45,7 @@ resource "databricks_grants" "external_creds" {
4545 storage_credential = databricks_storage_credential.external.id
4646 grant {
4747 principal = "Data Engineers"
48- privileges = ["CREATE_TABLE "]
48+ privileges = ["CREATE_EXTERNAL_TABLE "]
4949 }
5050}
5151```
@@ -62,7 +62,7 @@ resource "databricks_grants" "external_creds" {
6262 storage_credential = databricks_storage_credential.external.id
6363 grant {
6464 principal = "Data Engineers"
65- privileges = ["CREATE_TABLE "]
65+ privileges = ["CREATE_EXTERNAL_TABLE "]
6666 }
6767}
6868```
You can’t perform that action at this time.
0 commit comments