Add a druid cluster as a SQL database in Apache Superset

前端 未结 2 1236
温柔的废话
温柔的废话 2021-02-04 13:45

I currently connect to the druid cluster through the druid connector in Apache Superset. I heard that SQL can be used to query druid. Is it possible to point my SQL database con

2条回答
  •  -上瘾入骨i
    2021-02-04 14:12

    i was really struggling with this one... in my case, i am running on my mac. druid is installed directly and superset is running in docker (using the docker-compose setup).

    the key is that localhost in the superset docker container doesn't point at the host, but instead at the docker container.

    when i changed the superset datasource to this, it worked...

    druid://host.docker.internal:8082/druid/v2/sql/
    

提交回复
热议问题