Adding a Mapping to a PostgreSQL Data Connection

You can only add a new mapping to an existing PostgreSQL data connection. You cannot update an existing mapping or data connection using the connector wizard.

Adding a New Mapping to a Data Connection

  1. Sign into the Cloud console.

  2. Select the cluster where the existing data connection is saved.

  3. In the left navigation, select SQL to open the SQL browser.

  4. In the Data Explorer, click Connector Wizard.

  5. Select the Existing Connections tab and find the data connection you need to update.

  6. Click Create a New Mapping next to it.

  7. Enter a unique name for your mapping.

  8. From the Choose Table list, select the database table that you want to query. All table names are listed using the following format: “schema”.”table name”.

  9. Click Next Step.

  10. Enter the field names and associated data types from the database table that you might want to query. Choose the most appropriate data type if an exact match is not available.

  11. Click Generate Mapping Command to generate the SQL required to create the new mapping and to add it to your data connection.

  12. Click Confirm & Run to start to query your data in the SQL browser.