I am trying to import redshift table to H20 flow and using the following URL as in other db editors ie.
jdbc:redshift://xxxx.xxxxzubx6zm.us-west-2.redshift.amazonaws.com:5439/dev in the URL string where it does mention use the jdbc format of url
But it is failing with :
java.lang.RuntimeException: SQLException: No suitable driver found for jdbc://
How to add a suitable driver if required and is it possible to connect Redshift cluster to H2O?