Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you connect to Druid datasource today? #9300

Closed
MaxOrelus opened this issue Mar 13, 2020 · 6 comments
Closed

How do you connect to Druid datasource today? #9300

MaxOrelus opened this issue Mar 13, 2020 · 6 comments

Comments

@MaxOrelus
Copy link

A lot of the documentation found on the net is referencing the old Superset that had a Druid Cluster menu item to configure Druid. I'm trying to connect Druid to the new modernize platform where Druid is not the sole database you try to connect to.

Two questions:

  1. How do I connect to my druid cluster using the new interface?
  2. How do I connect to a druid cluster that has TLS/SSL enabled?

Warm regards.

@nytai
Copy link
Member

nytai commented Mar 13, 2020

@MaxOrelus You can either use the sqlalchemy druid dialect and connect via a connection string, or you can enable the DRUID_IS_ACTIVE config flag in your superset config to use the legacy connector.

@MaxOrelus
Copy link
Author

@nytai using DRUID_IS_ACTIVE did the trick for bringing back the druid cluster menu. Do you have any advice on how to connect to a TLS/SSL enabled druid? The port typically used is usually 8082, but since I'm using TLS it's 8282 and I'm not sure where I should be adding the client certificate, client key, and ca certificate.

@nytai
Copy link
Member

nytai commented Mar 13, 2020

are these any help? #7596 and #4480

@wchaofan
Copy link

wchaofan commented Jun 9, 2021

hi @MaxOrelus @dpgaspar,so How do I connect to my druid cluster using the superset of 1.1.0?
I set DRUID_IS_ACTIVE=True ,but this was not work.The navigation still has no Druid Cluster Menu item。

@colax94
Copy link

colax94 commented Jul 2, 2021

Same issue here, how to navigate to Druid datasources in Superset 1.1.0 ?

@diogenes1oliveira
Copy link

@wchaofan and @colax94, have you tried running superset init again after enabling the DRUID_IS_ACTIVE flag? Found that in the Slack channel, it worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants