rgupta94 opened a new pull request, #1220: URL: https://github.com/apache/ranger/pull/1220
Experian has an application based on Hive in CDP Public Cloud. In a particular Hive database, each table is partitioned by ISO 8601 date string. Users of the database should have access to only the last five years of data. We're currently able to achieve this requirement by applying a row-level filter policy. However, it's necessary to create one policy per table. Experian has the same partition specification on every table in the database, so they'd like to be able to create a single policy, specifying criteria like "dt_part > '2019_01_10'", the name of the database, and "*" for the table name. Such wildcard table-name specification is not currently supported (as validated by documentation and testing). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
