kevinwenglu opened a new issue #15729: URL: https://github.com/apache/superset/issues/15729
Go to /databaseview/list/. Add a new database connection. A new database connection is created. Click on the edit button on the right and bring up the modal for the connection. Change something and click save button. I expected that the changes is updated and the modal should disappear. However, A error message pops up and the modal stays.  (please complete the following information): I took a snapshot from master at May, pretty closed to 1.2. I saw the same code in 1.2 too. It throws an error for an existing connection with parameters at line 262 in the file: https://github.com/apache/superset/blob/latest/superset/databases/schemas.py There is an exception for Mysql because Mysql is the direct dependent of BaseParametersMixin. I'm using python 3.8.10 -- 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]
