Skip to content

RANGER-5577:API to support bulk delete of resources in DataShare#936

Merged
rameeshm merged 2 commits intomasterfrom
RANGER-5577-patch-new
May 8, 2026
Merged

RANGER-5577:API to support bulk delete of resources in DataShare#936
rameeshm merged 2 commits intomasterfrom
RANGER-5577-patch-new

Conversation

@rameeshm
Copy link
Copy Markdown
Contributor

@rameeshm rameeshm commented May 8, 2026

What changes were proposed in this pull request?

To have the API to support bulk delete by getting the resources Id as query param.

How was this patch tested?

Test in local via with curl call.
` curl -ikv --negotiate -u : -H "Accept: application/json" -H "Content-Type: application/json" -X GET 'https://:6182/service/gds/resources?Id=2'

curl -ikv --negotiate -u : -H "Accept: application/json" -H "Content-Type: application/json" -X DELETE 'https://:6182:6182/service/gds/resources?id=9&id=10'
`

Comment thread security-admin/src/main/java/org/apache/ranger/rest/GdsREST.java Outdated
@rameeshm rameeshm requested a review from mneethiraj May 8, 2026 20:37
@rameeshm rameeshm merged commit 0b782da into master May 8, 2026
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants