ChristopheBear opened a new issue, #24352: URL: https://github.com/apache/superset/issues/24352
Our team was able to connect to the mongobi database without any problem in the old version, however, when we upgraded to superset version 2.1.0, we had a problem that we could not connect to the mongobi database(Not mongodb database). #### How to reproduce the bug 1. Go to settings -> databases -> edit(choose an existed mongobi database which was connected successfully before in the old version of superset) 2. Click on Test Connection 3. See error ### Expected results Mongobi database can be successfully connected. ### Actual results After starting the local debugger, the front-end tests the mongobi database connection and finds the error message. #### Screenshots    ### Environment (please complete the following information): - browser type and version: - superset version: `superset 2.1.0` - python version: `python --3.9.12` - SQLAlchemy version: `SQLAlchemy 1.4.24 ` - sqlalchemy-mongobi version:`sqlalchemy-mongobi 0.2.1` - PyMySQL version:`PyMySQL 1.0.3` ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ ] I have reproduced the issue with at least the latest released version of superset. - [ ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Additional Information about mongobi(MongoDB Connector for Business Intelligence): Traditional business intelligence tools work with flat, tabular data. These tools aren't sophisticated enough to understand three-dimensional data stored in MongoDB databases. The MongoDB Connector for Business Intelligence (BI) allows you to create queries with SQL to visualize, graph, and report on your three-dimensional MongoDB data using relational business intelligence tools such as Tableau and Power BI. For more information, please see https://www.mongodb.com/docs/bi-connector/master/what-is-the-bi-connector/ -- 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]
