in your jdbc_url, jdbc:redshift://:5439/dev, host and database parts are missing.
The JDBC url must have the following form:
jdbc:redshift://<host>:<port>/<database>
In example:
jdbc:redshift://mycluster.myclusteruuid.eu-west-1.redshift.amazonaws.com:5439/mydatabase