Skip to content

Commit 3311768

Browse files
Dan Leedataform.co
authored andcommitted
rename to posts_combined
1 parent 70e78ea commit 3311768

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

definitions/reporting/user_stats.sqlx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ from
2626
${ref("stg_users")} as stg_users
2727
left join ${ref("stg_badges")} as stg_badges
2828
on stg_users.user_id = stg_badges.user_id
29-
left join ${ref("posts_all")} as posts_all
29+
left join ${ref("posts_combined")} as posts_all
3030
on stg_users.user_id = posts_all.owner_user_id
3131
group by
3232
1,2,3,4

0 commit comments

Comments
 (0)