maxmelnick opened a new pull request #8630: fixes error creating a new database due to Malformed JSON error for empty Secure extras field URL: https://github.com/apache/incubator-superset/pull/8630 ### CATEGORY Choose one - [X] Bug Fix ### SUMMARY Fixes #8628 ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF See #8628 for before screenshots. After screenshots demonstrate I am able to have a blank `Secure extras` field and successfully test a new connection.   ### TEST PLAN Tested locally in docker. ``` git clone https://github.com/apache/incubator-superset/ cd incubator-superset/contrib/docker docker-compose run --rm superset ./docker-init.sh docker-compose up # then tested adding a new database in UI and was successful ``` Note: I tested an empty `Secure extra` field, as well as explicitly setting `Secure extra` field = `{}` in UI to test case when someone provides valid JSON for `Secure extra` field. ### ADDITIONAL INFORMATION - [ X] Has associated issue: Fixes #8628 ### REVIEWERS
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
