[ https://issues.apache.org/jira/browse/RANGER-5129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ramesh Mani updated RANGER-5129: -------------------------------- Fix Version/s: 3.0.0 > 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 > Affects Versions: 3.0.0 > Reporter: Radhika Kundam > Assignee: Radhika Kundam > Priority: Major > Fix For: 3.0.0 > > > 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)