Lean icon indicating copy to clipboard operation
Lean copied to clipboard

Make DownloaderDataProvider take an array

Open Martin-Molinero opened this issue 1 year ago • 0 comments

Expected Behavior

Actual Behavior

  • Currently DownloaderDataProvider can take a single downloader instance. This class is used by the lean cli when passing data providers to use

Potential Solution

  • Ideally DownloaderDataProvider can take an array of downloader instances to use, like we do with IDQH and history providers, so that we can merge multiple different data provider sources. Once implemented in lean, lean cli needs to be updated to provide them

Reproducing the Problem

N/A

System Information

N/A

Checklist

  • [x] I have completely filled out this template
  • [x] I have confirmed that this issue exists on the current master branch
  • [x] I have confirmed that this is not a duplicate issue by searching issues
  • [x] I have provided detailed steps to reproduce the issue

Martin-Molinero avatar Feb 05 '24 18:02 Martin-Molinero