Closed droidraja closed 1 week ago
@droidraja This query works in latest version. Could you please try?
@paveltiunov
Yes seems like it this query succeeds
select measure(total_amount),date(updated_at::timestamp + interval '0 minute') from orders group by 2;
Will check for other queries through DOMO and update the issue.
The following query is a similar failing query generated by DOMO BI Tool
Failed SQL
Logical Plan
Version: 1.1.2
Additional context Listing down other time and granularity failing queries issued by DOMO, will be present in both select and group by expr
Testing this further found out that the query without the group by expression and removing the measure function works
Which gets translated to a cubescan which simplifies the projection into just the column updated_at
Minimal cube model file