Skip to content

Commit

Permalink
test: add fact_problem_engagement_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed May 15, 2024
1 parent c8360f2 commit 7538c2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions models/problems/fact_problem_engagement_v2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ join
and pe.block_id = course_blocks.block_id
)
left outer join
{{ ref("dim_user_pii") }} users
on toUUID(pe.actor_id) = users.external_user_id
{{ ref("dim_user_pii") }} users on toUUID(pe.actor_id) = users.external_user_id

0 comments on commit 7538c2f

Please sign in to comment.