Hello
I need to connect to a Hive database through JDBC.
The JDBC connection URL references an SSL trust store that contains a certificate.
Example:
jdbc:hive2://$db-hostname:8443/;ssl=true;sslTrustStore=$path/gateway-client.jks
Question:
Is it possible to upload the trust store file to a Looker-hosted Instance?