openedx / aspects-dbt

The dbt project for Open edX Aspects!
Apache License 2.0
2 stars 4 forks source link

feat: add models for video engagement dropoff (FC-0051) #61

Closed SoryRawyer closed 4 months ago

SoryRawyer commented 4 months ago

This adds one user-facing model (fact_video_engagement) and one internal model (int_videos_per_subsection) in order to support a chart that displays how many learners engaged with videos within a specific section or subsection. The macro items_per_subsection is meant to make it easier to create similar intermediate models for other item types (like problems or pages).

openedx-webhooks commented 4 months ago

Thanks for the pull request, @SoryRawyer! Please note that it may take us up to several weeks or months to complete a review and merge your PR.

Feel free to add as much of the following information to the ticket as you can:

All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.

Please let us know once your PR is ready for our review and all tests are green.

SoryRawyer commented 4 months ago

@Ian2012 @bmtcril do either of you have suggestions for resolving this build error? Is this similar to the other issues I've had, where I'm lacking permissions to run certain steps?

bmtcril commented 4 months ago

Yeah that error is related to not having write on the repo, I haven't found a way around it yet so we should just consider those non-blocking for now.

openedx-webhooks commented 4 months ago

@SoryRawyer 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future.