the email
select customer_user_id, event_name , user_id
from cooladata
where date_range(context)
and filters(context)
and customer_user_id contains "kimaia"
group by 1,2,3
limit 1000