This message was deleted.
# general
s
This message was deleted.
a
i was trying to create a user, but that didnt work
Are you familiar with superset ? @Pranav
k
I recently connected Superset to a Druid cluster - when you say “didn’t work” what kind of issues were you seeing?
p
@Amantha Sandupa do you authenticated enabled on druid side for querying ? if you have basic enabled then you can enter username and pass. if you do not have any auth enabled then you can use
Copy code
druid://<Host>:<Port-default-9088>/druid/v2/sql
a
created the users, now getting this error which is needs to install druid drivers to superset, ERROR: (builtins.NoneType) None (Background on this error at: https://sqlalche.me/e/14/dbapi)
superset.exceptions.SupersetErrorsException: [SupersetError(message='(builtins.NoneType) None\n(Background on this error at: https://sqlalche.me/e/14/dbapi)', error_type=<SupersetErrorType.GENERIC_DB_ENGINE_ERROR: 'GENERIC_DB_ENGINE_ERROR'>, level=<ErrorLevel.ERROR: 'error'>, extra={'engine_name': 'Apache Druid', 'issue_codes': [{'code': 1002, 'message': 'Issue 1002 - The database returned an unexpected error.'}]})]