You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, DEDP program data are in int__micromasters__* tables. But any non DEDP program will not be in these MicroMasters intermediate tables, so it would require code changes if any new MicroMasters program added to MITx Online database in the near future.
Since we've added program_type in raw__mitxonline__app__postgres__courses_program, which identify any MicroMasters program. We should be able to modify these subqueries to include all MicroMasters programs, not just DEDP.
Plan/Design
All MicroMasters program data should be in these tables
int__micromasters__course_certificates
int__micromasters__course_grades
int__micromasters__program_certificates
The text was updated successfully, but these errors were encountered:
Description/Context
Currently, DEDP program data are in
int__micromasters__*
tables. But any non DEDP program will not be in these MicroMasters intermediate tables, so it would require code changes if any new MicroMasters program added to MITx Online database in the near future.Since we've added
program_type
inraw__mitxonline__app__postgres__courses_program
, which identify any MicroMasters program. We should be able to modify these subqueries to include all MicroMasters programs, not just DEDP.Plan/Design
All MicroMasters program data should be in these tables
The text was updated successfully, but these errors were encountered: