eschutho commented on a change in pull request #14832:
URL: https://github.com/apache/superset/pull/14832#discussion_r639344123
##########
File path: superset/db_engine_specs/base.py
##########
@@ -1427,7 +1427,7 @@ def validate_parameters(
)
return errors
- port = parameters["port"]
+ port = parameters.get("port", None)
Review comment:
@betodealmeida a few more guards against 500 errors if these values are
null.
--
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]