Thanks for adding ```failed-data-requests``` and ```succeeded-data-requests``` files to lean cli backtests, much helpful!

I am building a strat that using ```CoarseSelectionFunction``` and executing in minute data.

I have noticed in the ```failed-data-requests``` file that whenever a ticker is once added to the Universe then LEAN is trying to access its minute data even though it is not actually in the current trading day (i.e. removed for today).
I am downloading only the necessary minute data selected by the previous day DollarVolume so I don't have all of the tickers minute data.

Why is that happening?