Skip to content

insights: correctly query data even if metadata is not present

Administrator requested to merge sg/left-join into main

Created by: slimsag

INNER JOIN meant we would not query data points if they did not have metadata, which is not what we want - LEFT JOIN is the correct join to use.

Merge request reports

Loading