In Superset there are two ways of using Druid datasources in charts:
- Via Druid datasource - Menu' -> Sources -> Druid datasources etc..
- Via SQLAlchemy table definition
The former is currently not supported anymore, and bugs to the interface between Superset and Druid are not well supported. This task should:
- Review the last charts using Druid datasources, and move them to Druid tables (or simply follow up with their owners). This is something that the Product Analytics team has done in the past: T251857
- Remove DRUID_IS_ACTIVE = True in superset_config.py (puppet) to remove support for creating/using Druid datasources (will only leave the possibility to use tables).
- Refresh the documentation if needed.