Skip to content

Commit 6b2ef70

Browse files
committed
feat: remove app_channel allias in the composite_active_users
1 parent 460ce69 commit 6b2ef70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql_generators/usage_reporting/templates/composite_active_users.view.sql.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ UNION ALL
3030
SELECT
3131
submission_date,
3232
first_seen_year,
33-
app_channel AS channel,
33+
channel,
3434
app_name,
3535
app_version,
3636
country,

0 commit comments

Comments
 (0)