mitodl / ol-data-platform

Pipeline definitions for managing data flows to power analytics at MIT Open Learning
BSD 3-Clause "New" or "Revised" License
36 stars 6 forks source link

DEDP proctored exam grades #1167

Closed rachellougee closed 2 months ago

rachellougee commented 2 months ago

What are the relevant tickets?

https://github.com/mitodl/hq/issues/4481

Description (What does it do?)

How can this be tested?

dbt build --select intmitxonlineproctored_exam_grades dbt build --select marts__micromasters_dedp_exam_grades

rachellougee commented 2 months ago

I made changes to add proctoredexamgrade_passing_grade in the same format as proctoredexamgrade_percentage_grade in the mart. Also, the semester is no longer null in the mart as I populated the old runs in MicroMasters yesterday. I re-ran the dbt code to ensure the changes are working as expected.

rachellougee commented 2 months ago

Thank you, Kate and Peter, for the review.