laxmikantbpandhare opened a new issue, #32266:
URL: https://github.com/apache/superset/issues/32266
### Bug description
Hi Team,
We are facing the below error while connecting to Apache Druid from the
Superset Database connections option on UI.
Traceback (most recent call last):
File
"/usr/mware/vsass/lib64/python3.9/site-packages/superset/commands/database/test_connection.py",
line 170, in run
raise DBAPIError(ex_str or None, None, None)
sqlalchemy.exc.DBAPIError: (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.'}]})]**
We manually tried a basic Python script for connection for Druid UI from the
Superset server and "Connection is successful" indicates the Druid URL is
working.
Is there any issue with the newer version of the superset? Appreciate your
help and support.
For your information, below are the installed versions
**Apache Superset 4.1.0
Apache Druid 27.0.0
Python 3.9
PyDruid 0.6.9**
### Screenshots/recordings
_No response_
### Superset version
master / latest-dev
### Python version
3.9
### Node version
16
### Browser
Chrome
### Additional context
_No response_
### Checklist
- [x] I have searched Superset docs and Slack and didn't find a solution to
my problem.
- [x] I have searched the GitHub issue tracker and didn't find a similar bug
report.
- [x] I have checked Superset's logs for errors and if I found a relevant
Python stacktrace, I included it here as text in the "additional context"
section.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]