KhaledBenZina opened a new issue, #27989: URL: https://github.com/apache/superset/issues/27989
### Bug description Hello, I am running Superset on docker compose along with Apache Drill and a mongodb instance. I am trying to query the MongoDB database using Superset meta database for multiple data sources dashboards. The query: SELECT * from "mongodb_connection.mongo.my_database.my_table"; I am having this error message when I try to query mongo: "superset error: Catalogs are not currently supported". Is there a workaround or is something wrong with my query? Btw everything works fine when I query the mongodb using the classic mongodb database connection (with Apache Drill) ### How to reproduce the bug 1. Run Apache Drill on top of mongodb 2. Create a Mongodb connection using Apache Drill this will be called mongo 3. Create a Superset meta database connection with allowed_db the mongodb connection in engine parameters 4. Query the mongodb database on SQL lab using the syntax : SELECT * from "mongodb_connection.mongo.my_database.my_table"; 5. Error message superset error: Catalogs are not currently supported ### Screenshots/recordings  ### Superset version 4.0.0 ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context I am using docker compose for superset&Drill&mongodb ### 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. - [ ] 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: notifications-unsubscr...@superset.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org