we would like to ensure that only a specified time interval data ( say 10 days of data) can be retrieved from denodo views. assuming that table has time series data l. we would like to accept only those queries which are selecting data within specified interval and would like to reject queries which are fetching data of more than sepcified days.
Custom plicy could be oone one option but problem with user can write his queries of selecting data in many ways like using >,>=,<,<= ,in between etc. has anyone implemented similar thing ?