[
https://issues.apache.org/jira/browse/RANGER-5129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17926176#comment-17926176
]
Ramesh Mani commented on RANGER-5129:
-------------------------------------
Committed into Apache Ranger master branch :
[https://github.com/apache/ranger/commit/8c543062f50d11c453a8dccfb177a98b4f0d42ff]
[~radhikak] Thanks
> Enhance Dataset Filtering by Validity Schedule and Expiration Date Range
> ------------------------------------------------------------------------
>
> Key: RANGER-5129
> URL: https://issues.apache.org/jira/browse/RANGER-5129
> Project: Ranger
> Issue Type: Task
> Components: Ranger
> Reporter: Radhika Kundam
> Assignee: Radhika Kundam
> Priority: Major
>
> Enhance the existing enhancedSummary API to support filtering datasets based
> on their validity schedule and expiration date. The API should return
> datasets that have a defined validity schedule and whose expiration date
> falls within the specified date range.
> Filtering Criteria:
> The dataset must have a validity schedule.
> The expiration date of the dataset should be within the provided range:
> validityExpiryFrom – Start of the expiration date range
> validityExpiryTo – End of the expiration date range
> This enhancement ensures that only relevant datasets with scheduled validity
> and expiring within the given timeframe are retrieved.
> API: curl GET <ranger-admin
> url>/service/gds/dataset/enhancedsummary?validityExpiryStart=<yyyy/MM/dd
> HH:mm:ss>&validityExpiryEnd=<yyyy/MM/dd HH:mm:ss>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)