freezing-finland-88631
08/18/2022, 8:39 PMSELECT
hid as user_id,
CASE
WHEN created_at >= '{{ startDate }}' THEN 'New'
ELSE 'Existing'
END as value
from owners
But in all queries where we try to slice by the dimension, {{ startDate }}
isn’t substitutedfuture-teacher-7046