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.
databricks_grants
1 parent 671ea90 commit 7ba5258Copy full SHA for 7ba5258
catalog/resource_grants.go
@@ -188,7 +188,6 @@ var mapping = securableMapping{
188
"USE_SCHEMA": true,
189
"CREATE_SCHEMA": true,
190
"CREATE_TABLE": true,
191
- "CREATE_VIEW": true,
192
"CREATE_FUNCTION": true,
193
"CREATE_MATERIALIZED_VIEW": true,
194
"EXECUTE": true,
@@ -204,7 +203,6 @@ var mapping = securableMapping{
204
203
"ALL_PRIVILEGES": true,
205
206
207
208
209
210
0 commit comments