landryb opened a new issue, #34839: URL: https://github.com/apache/superset/issues/34839
### Bug description installing superset via pip install in the venv, the dependency system installs the latest shillelagh 1.4.2, but for some reason this doesnt grag graphql client in the venv. since https://github.com/betodealmeida/shillelagh/commit/5fe5cc61d99279768b1d810b88ee67ed2e6dd68a it has a dependency on graphql_client, which isnt found in the superset requirements afaict.. so at runtime, i see this harmless warning: ``` WARNING:superset.db_engine_specs:Unable to load SQLAlchemy dialect metricflow: No module named 'python_graphql_client' ``` ### Screenshots/recordings _No response_ ### Superset version 5.0.0 ### Python version 3.11 ### Node version 18 or greater ### Browser Chrome ### Additional context ``` WARNING:superset.db_engine_specs:Unable to load SQLAlchemy dialect metricflow: No module named 'python_graphql_client' ``` seen in gunicorn logs ### 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]
