#1144

Daily active users

Count the unique active users per day from the a_events table (the day comes from the event time ts). Return day and dau, ordered by day.

Expected output sample

This is what a correct answer looks like — its row count is its own, it doesn't have to match the schema tables.

dauday
32024-01-05
22024-01-06
12024-01-07

Your query result will appear here