Skip to content

Commit

Permalink
fix: include filters in pageview engagement dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
SoryRawyer committed Mar 22, 2024
1 parent 30bbf4b commit 5d67fca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ with
and visited_on < date('{{ to_dttm }}')
{% endif %}
{% endraw %}
{% include 'openedx-assets/queries/common_filters.sql' %}
group by
org,
course_key,
Expand Down

0 comments on commit 5d67fca

Please sign in to comment.