Skip to content

Commit

Permalink
fix: query update
Browse files Browse the repository at this point in the history
  • Loading branch information
saraburns1 committed Sep 9, 2024
1 parent 9839989 commit b97430c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
with
video_events as (
select *, splitByString('/xblock/', object_id)[-1] as video_id
from xapi.video_playback_events
from {{ ASPECTS_XAPI_DATABASE }}.video_playback_events
),
totals as (
select
Expand Down Expand Up @@ -83,6 +83,6 @@ select
from duration
left join totals
using org, course_key
left join event_sink.course_names as names
left join {{ ASPECTS_EVENT_SINK_DATABASE }}.course_names as names
using org, course_key
where 1 = 1 {% include 'openedx-assets/queries/common_filters.sql' %}

0 comments on commit b97430c

Please sign in to comment.