AAfghahi commented on a change in pull request #15236:
URL: https://github.com/apache/superset/pull/15236#discussion_r654516181
##########
File path: superset/db_engine_specs/base.py
##########
@@ -1445,7 +1445,19 @@ def validate_parameters(
port = parameters.get("port", None)
if not port:
return errors
- if not is_port_open(host, port):
+ if not (isinstance(port, int) and 0 <= port < 2 ** 16):
Review comment:
do we stringify the json? @hughhhh


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