Execute an SAP Data Hub Pipeline
Use the Pipeline operator in the SAP Data Hub Modeler tool to execute an SAP Data Hub Pipeline in an SAP Data Hub system.
Context
Procedure
- Start the SAP Data Hub Modeler.
- In the navigation pane, select the Graphs tab.
-
In the navigation pane toolbar, choose + (Create
Graph).
The tool opens an empty graph editor in the same window, where you can define your graph.
-
Select the operator.
A graph can contain a single operator or a network of operators based on the business requirement.
- In the navigation pane, choose the Operators tab.
- In the search bar, search for the Pipeline operator.
- In the search results, double-click the Pipeline operator (or drag and drop it to the graph editor) to add it as a process in the graph execution.
-
Configure the operator.
- In the graph editor, select the Pipeline operator and choose (Open Configuration).
-
In the VFlow Connection text field, enter a
connection ID that references a connection to a remote SAP Data Hub
system.
You can also use the form-based editor that the tool provides to select or enter the connection details. In the configuration pane, choose (Open editor). If you have already created connections in the SAP Data Hub Connection Management application, in the Connection ID dropdown list, you can browse and select the required connection. If you want to manually enter the connection details to the remote system, in the Configuration Type dropdown list, select Manual and enter the required connection details.
-
In the Graph Name dropdown list, select the SAP Data Hub pipeline
(graph) that you want to execute.
The tool populates the dropdown list with all graphs in the remote system (based on the connection ID) or all graphs available in the local system.
-
(Optional) In the Retry Interval text field, enter the time
interval in seconds for the engine to wait until next status
update.
The default value is 20 seconds.
-
(Optional) In the Retry Attempts text field,
enter the maximum number of attempts to query for status update.
The default value is 10 attempts.
-
In the Running Permanently dropdown list, select a value to
indicate whether the selected SAP Data Hub pipeline is a permanently
running data pipeline.
Value
Description
true
If set to true, the operator execution checks whether the data pipeline is in a running state, starts the data pipeline execution if it is not in running, and terminates immediately (status:completed) while the data pipeline remains in the running state. But, if the task was already running with a different task version, then that instance is stopped, and the new task version is started and immediately terminated (status: completed). false
This is the default value. If set to false, the operator executes the data pipeline once, and the operator execution terminates after the pipeline execution terminates.
-
Save and execute the graph.
Use the Workflow Trigger and Workflow Terminator operators in the graph to control the start and stop of the graph execution respectively.
Related Information