To create a PostgreSQL dataset, follow the steps given below.
-- Host (IP address of the server where your database resides)
-- Port (for the localhost on which the PostgreSQL database service is available)
-- Username (of the account authorized to access the database)
-- Password (for the account)
-- Database (name to access schema(s) and the table(s)
Click Test Connection. The message "Database Connection Successful" is displayed in green if the parameters are accurate. After a successful connection, the Database dropdown is populated with a list of available databases.
From the Database dropdown, select the database that contains your table(s). After selecting the database, the Schema dropdown is populated with a list of available schemas. For more information, read the note below.
From the Select Tables dropdown, select the required tables and click Done.
To add a custom query to select data from the tables, click Add Custom Query. Add Custom Query screen is displayed. Refer to Adding A Custom Query for details.
Click Create. The PostgreSQL dataset is created in Rubiscape and is available for use in your workbooks and workflows.
The following figure shows the Create PostgreSQL Dataset page.
Notes: |
|