Re: [Analytics] [Please read if you use Superset] Superset, Druid and SQLAlchemy

2020-04-08 Thread Joseph Allemandou
Hi Folks, A disclaimer on the previous message: While an SQL querying endpoint has been added to Druid, the computation-engine is still very specific and by no mean a general-SQL engine. You'll probably very quickly find the limits of querying Druid via SQL. For a full SQL engine use Presto :)

[Analytics] [Please read if you use Superset] Superset, Druid and SQLAlchemy

2020-04-08 Thread Luca Toscano
Hi everybody, I recently learned from Superset Upstream that the suggested way to query Druid is using the SQLAlchemy connector, not the Druid one (that is "deprecated"). I digged a little bit more about this and I found the following: - Druid Analytics supports SQL querying on the brokers, so