AAfghahi commented on a change in pull request #15151:
URL: https://github.com/apache/superset/pull/15151#discussion_r651150751



##########
File path: superset/db_engine_specs/base.py
##########
@@ -1438,7 +1438,7 @@ def validate_parameters(
             return errors
 
         port = parameters.get("port", None)
-        if not port:
+        if not port or type(port) is str:

Review comment:
       <img width="982" alt="Screen Shot 2021-06-14 at 1 43 26 PM" 
src="https://user-images.githubusercontent.com/48933336/121935585-994f0780-cd16-11eb-8849-ae93803cd355.png";>
   




-- 
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]

Reply via email to