Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
saraburns1 committed Feb 3, 2025
1 parent d3c40f6 commit 7295cc2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ select
else 'other'
end as learner_status,
fss.course_key as course_key,
concat(course_run,' - ',course_name) as run_name,
concat(course_name,' - ',org) as name_org
concat(course_run, ' - ', course_name) as run_name,
concat(course_name, ' - ', org) as name_org
from {{ DBT_PROFILE_TARGET_DATABASE }}.fact_student_status fss
left join {{ ASPECTS_XAPI_DATABASE }}.fact_learner_last_course_visit fllcv
using org, course_key, actor_id
Expand Down

0 comments on commit 7295cc2

Please sign in to comment.