Fixing Presto JDBC issues (#17265)
Updating schema connection property to have proper display name Updating display name for database to be "Schema" Fixing `driver/can-connect?` impl in `presto_jdbc.clj` to actually use the correct driver, and dissoc `:engine` before calling the `sql-jdbc.conn` method Adding test for the `test-database-connection` method, which is what led to the error from the UI
Showing
- modules/drivers/presto-jdbc/resources/metabase-plugin.yaml 2 additions, 0 deletionsmodules/drivers/presto-jdbc/resources/metabase-plugin.yaml
- modules/drivers/presto-jdbc/src/metabase/driver/presto_jdbc.clj 2 additions, 2 deletions...s/drivers/presto-jdbc/src/metabase/driver/presto_jdbc.clj
- modules/drivers/presto-jdbc/test/metabase/driver/presto_jdbc_test.clj 6 additions, 0 deletions...ers/presto-jdbc/test/metabase/driver/presto_jdbc_test.clj
Please register or sign in to comment