Skip to content

Commit 7ba5258

Browse files
authored
Removed deprecated CREATE_VIEW from code of databricks_grants resource (#2230)
1 parent 671ea90 commit 7ba5258

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

catalog/resource_grants.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ var mapping = securableMapping{
188188
"USE_SCHEMA": true,
189189
"CREATE_SCHEMA": true,
190190
"CREATE_TABLE": true,
191-
"CREATE_VIEW": true,
192191
"CREATE_FUNCTION": true,
193192
"CREATE_MATERIALIZED_VIEW": true,
194193
"EXECUTE": true,
@@ -204,7 +203,6 @@ var mapping = securableMapping{
204203
"ALL_PRIVILEGES": true,
205204
"USE_SCHEMA": true,
206205
"CREATE_TABLE": true,
207-
"CREATE_VIEW": true,
208206
"CREATE_FUNCTION": true,
209207
"CREATE_MATERIALIZED_VIEW": true,
210208
"EXECUTE": true,

0 commit comments

Comments
 (0)