You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AssertionError: All parent nodes should have the same set of linkable instances since all values are coalesced.
This is in the dataflow to sql query plan converter. It's possible this is due to removing filter specs from the conversion metric query as detailed in #1199 but as this may not be related I'm opening a separate issue for investigation.
The text was updated successfully, but these errors were encountered:
tlento
changed the title
Conversion metrics cannot render queries with filters unless the element is in the group by
[SL-2194] Conversion metrics cannot render queries with filters unless the element is in the group by
May 14, 2024
In adding rendering tests for conversion metrics I noticed that a query like the following will raise an exception:
This fails with the following error:
AssertionError: All parent nodes should have the same set of linkable instances since all values are coalesced.
This is in the dataflow to sql query plan converter. It's possible this is due to removing filter specs from the conversion metric query as detailed in #1199 but as this may not be related I'm opening a separate issue for investigation.
SL-2194
The text was updated successfully, but these errors were encountered: