Test HANA Database External Data Sources

A HANA Database External Data Source may be tested by means of a simple workflow:

  1. Add a Read External Data Source action to a new workflow.

  2. Create an External Data Source parameter and a Result dataset for the action.

  3. Link the External Data Source parameter to your HANA Database External Data Source.

  4. Set the Read External Data Source action’s Statements property to the following:

SELECT * FROM OBJECT_DEPENDENCIES LIMIT 1

  1. Run the workflow and verify that one table row is retrieved into the workflow’s Result dataset.

HANA Database External Data Sources