appsembler / figures

Reporting and data retrieval app for Open edX
MIT License
44 stars 37 forks source link

Figures pipeline can break on missing course #448

Open johnbaldwin opened 2 years ago

johnbaldwin commented 2 years ago

If a course's Mongo content is deleted or moved but the CourseOverview still exists then Figures will still try to process the data. The bulk progress collection call to CourseGradeFactory() will fail, breaking the pipeline execution.

Some initial thoughts on what the solution could looks like