We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfaec9d commit 45069bdCopy full SHA for 45069bd
sql_generators/mobile_kpi_support_metrics/templates/active_users.view.sql
@@ -60,6 +60,10 @@ SELECT
60
ELSE
61
CAST(NULL AS STRING)
62
END AS device_type,
63
+ EXTRACT(YEAR FROM first_seen_date) AS first_seen_year,
64
app_display_version AS app_version,
65
+ normalized_os AS os,
66
+ normalized_os_version AS os_version,
67
+ normalized_channel AS channel,
68
FROM
69
`{{ project_id }}.{{ dataset }}.baseline_clients_last_seen`
0 commit comments