liuyong888 opened a new issue #14601: URL: https://github.com/apache/superset/issues/14601
**Is your feature request related to a problem? Please describe.** 1. I need to connect to the MongoDB database, I did not see the support for MongoDB. 2. Actually, I record a lot of data on MongoDB, but there are also related data on MySql. I want to get a piece of data across two different databases. **Describe the solution you'd like** My idea is that I can create two data sets of two kinds of data, and get the complete data by way of data set association. Just like the SQL statement: A a join B b on a.id = b.a_id **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** I tried to migrate the data to the same kind of database, so the amount of engineering is too large. -- 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]
