mitodl / mitodl/ol-data-platform
Migrate `engagement_problem_completion_summary` to use dimensional layer
Open
@quazi-h is already working on this.
Since Sep 15, 2026.
enhancement
product:data-platform
- Dominant language
- Python
- Stars
- 51
- Forks
- 6
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 113
Description
Epic: #2072
File: src/ol_dbt/models/reporting/engagement_problem_completion_summary.sql
Problem: References stg__mitxonline__app__postgres__courses_course and stg__mitxonline__app__postgres__courses_courserun directly — this bypasses both the intermediate and dimensional layers. Target: replace all non-dimensional references with dim_course and dim_course_run.
Acceptance criteria:
- Model references only
dimensional/, mart, or reporting models - No
{{ ref('int__*') }}or{{ ref('stg__*') }}calls remain - Model compiles and passes dbt tests
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.