mitodl / mitodl/ol-data-platform

Migrate `engagement_problem_completion_summary` to use dimensional layer

Open
#2,104 1 comment 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.