Hi,

I was trying to use the Lean CLI to test my first algorithm on local data.
I am using the CoarseUniverse.
When I run in the cloud, I get some stocks via the Coarse Universe, but I don't get any when I do local backtesting (even though my lean.json config points to my local data folder, which contains some data for SPY I think).

Do I need to do something special to make sure that the local 'fake' data is added to the Coarse Universe? Or maybe the local data included with the repo doesn't intersect with my start/end dates?

Thanks