Skip to content

Commit

Permalink
Merge pull request #174 from openedx/bmtcril/fix_video_segments
Browse files Browse the repository at this point in the history
fix: SQL error in video segments chart
  • Loading branch information
bmtcril authored Jul 12, 2023
2 parents 1fdfe71 + 3a62f7e commit 9c84580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ with courses as (
actor_id,
verb_id,
video_position
from from {{ ASPECTS_XAPI_DATABASE }}.{{ ASPECTS_VIDEO_PLAYBACK_EVENTS_TABLE }}
from {{ ASPECTS_XAPI_DATABASE }}.{{ ASPECTS_VIDEO_PLAYBACK_EVENTS_TABLE }}
where
verb_id in (
'http://adlnet.gov/expapi/verbs/completed',
Expand Down

0 comments on commit 9c84580

Please sign in to comment.