Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dbt updates for course comparison #125

Merged
merged 3 commits into from
Oct 17, 2024
Merged

Conversation

saraburns1
Copy link
Contributor

@saraburns1 saraburns1 commented Oct 17, 2024

Prevent duplicate rows by using final keyword when querying fact_enrollment_status mv
Remove unit test that fails because of the final keyword (TBD how to avoid this)

Add video count from course sink instead of video sink

@saraburns1 saraburns1 changed the title fix: Use FINAL keyword fix: dbt updates for course comparison Oct 17, 2024
@saraburns1 saraburns1 requested review from Ian2012 and bmtcril October 17, 2024 15:12
@@ -38,33 +38,3 @@ unit_tests:
expect:
format: csv
fixture: fact_learner_course_status_expected

- name: test_fact_student_status
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you removed this test?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It fails with the 'final' keyword, not sure how to handle it yet so i just got rid of it for now

Copy link
Contributor

@Ian2012 Ian2012 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, only missing restoring unit tests

@Ian2012 Ian2012 merged commit ff18ca9 into openedx:main Oct 17, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants