For metrics SQL generation, we should COALESCE
dimensions after doing the FULL JOIN
#1204
Labels
bug
Something isn't working
When we generate metrics SQL, we group the metrics by their parent transforms, generate the aggregate SQL per transform, and then merge the the transforms together using a
FULL JOIN
to make sure we capture all dimensions. However, we need toCOALESCE
to fully capture all dimension values.The text was updated successfully, but these errors were encountered: