Skip to content

Commit

Permalink
fix: retention_clients some selection fields being ambiguous
Browse files Browse the repository at this point in the history
  • Loading branch information
kik-kik committed Jan 9, 2025
1 parent a59527c commit 03f6bd3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ SELECT
THEN 'existing_user'
ELSE 'Unknown'
END AS lifecycle_stage,
device_type,
device_manufacturer,
active_users.device_type,
active_users.device_manufacturer,
FROM
`{{ project_id }}.{{ dataset }}.baseline_clients_daily` AS clients_daily
INNER JOIN
Expand Down

0 comments on commit 03f6bd3

Please sign in to comment.