Skip to content

Commit

Permalink
fix: use final with mv
Browse files Browse the repository at this point in the history
  • Loading branch information
saraburns1 committed Oct 17, 2024
1 parent 5f5aa3c commit b889ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/grading/fact_student_status.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ select
users.name as name,
users.email as email,
fes.emission_time as enrolled_at
from {{ ref("fact_enrollment_status") }} fes
from {{ ref("fact_enrollment_status") }} fes final
left join
{{ ref("fact_learner_course_status") }} lg
on fes.org = lg.org
Expand Down

0 comments on commit b889ef2

Please sign in to comment.