#
sql-editor
Here are 9 public repositories matching this topic...
bartektartanus
commented
Jul 9, 2019
Steps to reproduce:
- Create table with some data in Hive:
CREATE TABLE test (v int);
INSERT INTO test VALUES (5),(1),(1),(1),(2),(2),(2),(2),(3),(3),(3),(4),(4),(4),(4),(4),(4),(5),(5),(5),(5),(6),(6),(6),(6);- Select
testtable and choosevcolumn.


When adding a new data store database in Metabase it tries to connect first with SSL (if the driver supports SSL), and then without, in that order. If either connection succeeds, the database details are accepted as valid. Yes, you can add driver specific JDBC options to use SSL, but there is no good feed