coco
03/24/2022, 8:00 AMJohan Adami
03/24/2022, 12:10 PMMetrics aggregation
because there are several other logs that will tell you why it wasn’t able to be turned on that are not immediately apparent (like not specifying noDictionaryColumns)
2. run a query like SELECT $segmentName, all_time_columns, all_dimension_columns, count(*) from your_table group by $segmentName, all_time_columns, all_dimensions_columns having count(*) > 1
. that should return nothing since everything in the segment is aggregatedcoco
03/25/2022, 10:06 AMJohan Adami
03/25/2022, 2:37 PMMayank
Mayank