Open ZeRego opened 4 days ago
Query builder adds unnecessary joins and filters to the SQL. This can cause unexpected results depending on the join type "inner/outer".
Expect: SQL query does not include join or empty filter
Current: SQL query includes join and 1=1 filter
No response
cloud
This issue was mentioned by a user in slack: https://lightdash.slack.com/archives/C04T5L766EM/p1732870802367999?thread_ts=1732870802.367999&cid=C04T5L766EM
Description
Query builder adds unnecessary joins and filters to the SQL. This can cause unexpected results depending on the join type "inner/outer".
Steps to Reproduce the Bug or Issue
Expect: SQL query does not include join or empty filter
Current: SQL query includes join and 1=1 filter
version
No response
Cloud or self-hosting
cloud