Skip to content

Commit

Permalink
Merge pull request openedx#122 from openedx/saraburns1-patch-1
Browse files Browse the repository at this point in the history
fix: change schema
  • Loading branch information
Ian2012 authored Sep 11, 2024
2 parents 8824334 + c1c752d commit 5f5aa3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/video/watched_video_duration.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{
config(
materialized="materialized_view",
schema=env_var("ASPECTS_EVENT_SINK_DATABASE", "event_sink"),
schema=env_var("ASPECTS_XAPI_DATABASE", "xapi"),
engine=get_engine("ReplacingMergeTree()"),
order_by="(org,course_key,actor_id,video_id)",
post_hook="OPTIMIZE TABLE {{ this }} {{ on_cluster() }} FINAL",
Expand Down

0 comments on commit 5f5aa3c

Please sign in to comment.