79302668

Date: 2024-12-23 09:28:53
Score: 1
Natty:
Report link

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
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Michele Milesi