Superset Druid Testing
The example data loaded in Druid via load-data > new spec > example data (in the bottom).
The example connection string:
druid://<host>:8082/druid/v2/sql/
Where the host is the broker, and 8082 is the broker port.
Example here:
druid://newsuper-2.newsuper.harshith.svc.cluster.local:8082/druid/v2/sql/
There seems to be some limitation of superset connecting to kerberised Druid.

Limitation
- Connection to Druid using Kerberos · Issue #37224 · apache/superset
- Add kerberos auth · Issue #125 · druid-io/pydruid

Have a suggestion?