This error is usually caused by an incomplete JDBC URL.
For example, the following JDBC URL is incomplete:
[name of your database].postgres.database.azure.com:5432/postgres
It should have jdbc:postgresql://
at the beginning, like this:
jdbc:postgresql://[name of your database].postgres.database.azure.com:5432/postgres
This example assumes your data is stored in Azure. This was done for illustrative purposes; you can store your data wherever you'd like.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article