I want to navigate through all the files in a folder and find out the missing file for a specific date.
Files are partitioned by hour and file name have yyyy-mm-dd-hh formatting.
So between 2017-07-01 and 2017-07-02 there will be 24 files from 2017-07-01-00 through 2017-07-01-23
How can I find missing hourly file if I pass above dates as start and end date?
Appreciate any input!