...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Note
|
To create a PostgreSQL connection for ROLAP queries, perform the following steps.
Enter a name for the PostgreSQL connection.
Select WAREHOUSE as Category value.
Select the POSTGRES Provider from the list.
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 the value in the Spark Read Method field.
Set the value of the following Properties for the Postgres connection:
kyvos.connection.rawdata.enabled=true
kyvos.connection.sqlengineType=POSTGRES
kyvos.connection.rawdata.supported.engines=POSTGRES
kyvos.connection.default.sqlEngine= true
After 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.
...