better-parrot-43048
04/01/2022, 8:50 PMWITH __identities as (
-- ERROR: Missing User Id Join Table!
SELECT
'' as anonymous_id,
'' as user_id
),
...
(then, in the __metric CTE):
JOIN __identities i ON (i.user_id = m.user_id)
future-teacher-7046
anonymous_id
and you have a metric that only has a user_id
column.better-parrot-43048
04/01/2022, 8:54 PM