Hi I was not able to find this anywhere.
How do I do a collect_set in Google BigQuery?
I have a query already written in Big query
select user_id, steps, from table
I need to put all of the steps for each user_id into an array like collect_set would.