Feature #21004
Search for datasets by last use in a project
Start date:
10/03/2018
Due date:
% Done:
0%
Estimated time:
Description
Currently you can list datasets by when they were created, who created them, and filename patterns; but for purposes of cleaning up, listing them by when they were last used is useful
This has been discussed in various tickets, including INC000000972541
Related issues
History
#1 Updated by Robert Illingworth over 2 years ago
What is "last use"? Last project run on a snapshot from this definition? Last snapshot? Most recent of either of those two?
#2 Updated by Marc Mengel over 2 years ago
Initial implementation in 53c2f8f80e517a853acabc67e63d6b92b50e6f04 through
f15b519915c4792507b0ad86e6b6cbc537c8c713
mixes in a subquery with max(start_time) of project by proj_def_id, if people ask for last_used_after or last_used_before.
#3 Updated by Marc Mengel over 2 years ago
- Related to Feature #21003: Search for datasets by last use in a project added