nytai commented on issue #10009: URL: https://github.com/apache/incubator-superset/issues/10009#issuecomment-640737135
@waw3ru The native druid connector is deprecated, you should use the sqlalchemy connector and connect as you do any other database (using a connection string). You can enable the legacy connector, if you really need to, via a config flag: https://github.com/preset-io/incubator-superset/blob/master/superset/config.py#L221 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
