mschuch opened a new issue #13640: URL: https://github.com/apache/superset/issues/13640
I followed the trino tutorial and started superset with the Docker Compose of the latest git repository. And now i get always the error: ERROR: Could not load database driver: TrinoEngineSpec ### Expected results I have access to trino database ### Actual results Error Message #### How to reproduce the bug 1. Clone git repo 2. Add sqlalchemy-trino to requirements-local.txt (https://superset.apache.org/docs/databases/dockeradddrivers) 3. Execute "docker-compose -f docker-compose-non-dev.yml up" 4. Add trino://{username}:{password}@{hostname}:{port}/{catalog} to database and see error ### Environment (please complete the following information): - superset version: `docker version: latest` - python version: `python --version` Python 3.7.9 Flask 1.1.2 Werkzeug 1.0.1 ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context ``` pip freeze output of worker: simplejson==3.17.2 six==1.15.0 slackclient==2.5.0 SQLAlchemy==1.3.20 sqlalchemy-trino==0.2.0 SQLAlchemy-Utils==0.36.8 sqlparse==0.3.0 tableschema==1.20.0 tabulator==1.52.5 thrift==0.13.0 thrift-sasl==0.4.2 trino==0.305.0 ``` ---------------------------------------------------------------- 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]
