Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test
Browse files Browse the repository at this point in the history
saraburns1 committed Nov 18, 2024
1 parent 53c3c82 commit 4136ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/video/watched_video_duration.sql
Original file line number Diff line number Diff line change
@@ -21,8 +21,8 @@ with
'http://adlnet.gov/expapi/verbs/terminated',
'https://w3id.org/xapi/video/verbs/seeked'
)
and org in cast({org_filter:String}, 'Array(String)')
and course_key in cast({course_key_filter:String}, 'Array(String)')
and org in cast(coalesce({org_filter:String},'[]'), 'Array(String)')
and course_key in cast(coalesce({course_key_filter:String},'[]'), 'Array(String)')
),
matches as (
select

0 comments on commit 4136ea3

Please sign in to comment.