...
Enter a name for the PostgreSQL connection.
Select WAREHOUSE as Category value.
Select the POSTGRES Provider from the list.Provide the org.postgresql.Driver as the driver class
The Driver Class field is displayed by default.
Provide the URL. The format for JDBC should be jdbc:postgresql://<IP/hostname/endpoint>:<Port>/<database>
Provide username and password.
Provide JDBC as value in Spark Read Method field.
Select the Schema Enabled checkbox to enable schema.
Add a new property by clicking the Properties link.
Enter property’s name as kyvos.connection.isRead
Enter its value as TrueAfter you finish configuring the settings using the table shown below the screenshot, click the Test button from the top left to validate the connection settings.
If the connection is valid, click the Save button.
.
...