yousoph opened a new issue, #19814: URL: https://github.com/apache/superset/issues/19814
#### How to reproduce the bug 1. Add the following in your requirements-local.txt ``` git+https://github.com/xzkostyan/clickhouse-sqlalchemy pyhive shillelagh gsheetsdb snowflake-sqlalchemy==1.2.4 ``` 2. Try to spin up Superset using Docker ### Actual results Superset is unable to spin up properly because it's using SQLAlchemy-1.4 and Superset doesn't yet work with SQLAlchemy-1.4   ### Environment - superset version: master ### 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. - [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. -- 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]
