brash-raincoat-88597
09/30/2022, 4:49 AMselect user_id, value, timestamp
from metric_table
where experiment_name = '{{ experimentName }}'
So that I can just use one Metric for all experiments. Right now it seems I need to duplicate the metric for each experiment since I can’t templatise it based on the experiment name, but not sure if I’m missing something.fresh-football-47124
brash-raincoat-88597
09/30/2022, 5:36 AMfresh-football-47124
future-teacher-7046
brash-raincoat-88597
09/30/2022, 1:25 PMfuture-teacher-7046