Connecting Edge Delta Nodes
Connect nodes to build your pipeline.
less than a minute
To connect nodes, click either the input or the output interface of the node and drag it to the input or output of another node. Some nodes differentiate between default and failure outputs so you can send different results of the node to different destinations.
Links between incompatible nodes can’t be configured - indicated by a red interface. As you release the link, the nodes will rearrange themselves to optimize readability of the data pipeline. To delete a link, select the link and click the Bin
icon.
You can also configure a link in the Pipeline configuration YAML file using the node names:
nodes:
- name: ed_component_health
type: ed_component_health_input
- name: ed_health
type: ed_health_output
links:
- from: ed_component_health
to: ed_health