Open fuacici opened 3 years ago
If you are interested in working on this issue, please leave a comment below and we will be happy to assign the issue to you. If this is the first time you are contributing a Pull Request to Cube.js, please check our contribution guidelines. You can also post any questions while contributing in the #contributors channel in the Cube.js Slack.
@fuacici Clickhouse seems to be not supported by the Funnels module. Feel free to contribute a fix. Thanks!
I believe part of the issue here is related to this line in the ClickHouse documentation:
If a condition refers columns from different tables, then only the equality operator (=) is supported so far.
Presumably the query generator would need to be updated to respect that restriction.
Problem
When run generate SQL for clickhouse(version 19.16.19.85), it shows an error:
myfunel.js Related Cube.js schema
Related Cube.js generated SQL