pankajsoni22 opened a new issue, #20464: URL: https://github.com/apache/superset/issues/20464
Giving import error while trying to connect to greenplum database #### How to reproduce the bug 1. Add database and select 'Other' from list 2. Add greenplum sqlalchemy uri: greenplum:///?User=<user>&;Password=<password>&Database=<db_name>&Server=<host_name/ip>&Port=<port_name> 3. Click on test connection 4. Error shows: ERROR: cannot import name 'coercions' from 'sqlalchemy.sql' (/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/__init__.py) ### Expected results Naturally I've added driver "sqlalchemy_greenplum" and wanted to connect greenplum database. It should list in the list of added database list. ### Actual results It throws 'sqlalchemy' import error #### Screenshots  ### Environment (please complete the following information): - browser type and version: Chrome Version 102.0.5005.115 (Official Build) (64-bit) - superset version: `latest` - python version: `3.8` - node.js version: `16` - any feature flags active: no ### Checklist I've install drive "sqlalchemy_greenplum". For further reference sqlalchemy allowed in superset is 1.3.24 which gives the above error but I tried with sqlalchemy==1.4.+ and this is working. -- 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]
