Kyligence/kylinpy

Unable to connect Apache kylin to superset

aliakberfaiz opened this issue · 2 comments

I'm running Superset on docker on windows, and kylin is runnning on another machine both are in same virtual network. I have installed kylinpy on docker container to enable connection from kylin on superset but I'm unable to connect. I'm getting following error:
(builtins.NoneType) None [SQL: _compose_select_body() takes 7 positional arguments but 9 were given] (Background on this error at: https://sqlalche.me/e/14/dbapi)

SQLALCHEMY URI uri that i used is given below:
kylin://ADMIN:KYLIN@<IP-address-machine-running-kylin>:7070/learn_kylin

@shaofengshi please close this one because the related PR has resolved it.

Thanks Yongjie for the quick fix!