SAP HANA Flowgraph
The SAP HANA flowgraph operator helps execute an SAP HANA flowgraph in an SAP HANA system.
Executing an SAP HANA flowgraph operator within a graph helps you to transform data from a remote source into SAP HANA either in batch or real-time mode. The flowgraphs are predefined in the server and represents a complete data flow. User must select the required SAP HANA flowgraph, and all the operations that the flowgraph must perform is defined in the server.
This operator has one input port (input) and two output ports (output and error). Use this operator in a graph that uses only other data workflow operators.
Configuration Parameters
Parameter |
Type |
Description |
---|---|---|
SAP HANA Connection |
object |
Connection ID that references a connection to an SAP HANA system. |
SAP HANA Flowgraph Name |
string |
Fully qualified SAP HANA Flowgraph name including schema name. For example, /FLOWGRAPH_SCHEMA/PACKAGE::NAME |
Variables |
array |
Name-value pairs for substitution parameters. The default value is no variables |
Table Variables |
array |
Fully quoted SAP HANA table or view names. The default value is no variables. |
Retry Interval |
string |
Time interval in seconds (default 20) to wait until next status update. |
Retry Attempts |
string |
Maximum number of attempts (default 10) to query for status update. |
Input
Input |
Type |
Description |
---|---|---|
input |
string |
Accepts message from a connected data workflow operator. |
Output
Output |
Type |
Description |
---|---|---|
output |
string |
If the operator executed successfully, this port carries the success message. |
error |
string |
Operator error. If the port is connected then the graph will keep running. If it is not connected, the graph will terminate with the operator error. |
For more information on how to use this operator, see Execute an SAP HANA Flowgraph Operator.