Skip to content

Commit

Permalink
fix: Typo in fact_instance_enrollments order_by
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed May 29, 2024
1 parent 33530af commit 6e67e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/instance/fact_instance_enrollments.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
materialized="materialized_view",
schema=env_var("ASPECTS_XAPI_DATABASE", "xapi"),
engine=get_engine("SummingMergeTree()"),
order_by="(emission_day, course_key, enrollment_mode, enrollments_status)",
order_by="(emission_day, course_key, enrollment_mode, enrollment_status)",
partition_by="(toYYYYMM(emission_day))",
)
}}
Expand Down

0 comments on commit 6e67e55

Please sign in to comment.