allow ssl connections for impala runner (#5850)

There is no possibility to use ssl connections for impala runner.
Based on response here: https://discuss.redash.io/t/ssl-for-impala-use-ssl-true-issues-being-added-to-connect/3741/3 adding a ssl parameter in connector config should solve this issue.
This commit is contained in:
Beniamin
2023-07-08 05:47:30 +03:00
committed by GitHub
parent cdd4849f96
commit afef3dc6d4

View File

@@ -53,6 +53,7 @@ class Impala(BaseSQLQueryRunner):
},
"database": {"type": "string"},
"use_ldap": {"type": "boolean"},
"use_ssl": {"type": "boolean"},
"ldap_user": {"type": "string"},
"ldap_password": {"type": "string"},
"timeout": {"type": "number"},