Skip to content

Commit

Permalink
Updates to Spark Ranger policy to support Create and Drop DDL's
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Rao Bhamidimarri committed Mar 7, 2023
1 parent 0551153 commit e87d494
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,16 @@
"itemId": 5,
"name": "write",
"label": "write"
},
{
"itemId": 6,
"name": "create",
"label": "create"
},
{
"itemId": 7,
"name": "drop",
"label": "drop"
}
],
"configs":
Expand Down Expand Up @@ -137,4 +147,4 @@
"policyConditions":
[
]
}
}

0 comments on commit e87d494

Please sign in to comment.