Data Lineage View

This component creates interactive visualizations to provide insights about a selected aspect of a workflow and the flow of data within the workflow. It does so by utilizing the Workflow Summary exported as XML file which can be accessed via either the File > Export > Workflow Summary (JSON/XML)… menu in KNIME Analytics Platform, or from a KNIME Server's REST API.

The exported XML first needs to be analyzed by the verified component Extract Workflow Summary whose first output port contains a list of nodes in the workflow and their detailed properties. This component takes this data as input and performs network analysis of the workflow in question and creates different visualizations as a network in which interesting bits and pieces are highlighted. Currently only top level nodes and components are taken under consideration.

Options

Select a task:
Trace Data Source: %%00010By focusing on Source nodes (e.g readers), trace where the loaded data could probably go within the workflow (downstream nodes)%%00010%%00010Backward Trace Data Sink: %%00010By focusing focus on Sink nodes (e.g writers), trace where the written data could probably came from within the workflow (upstream nodes)%%00010%%00010Backward Trace Model Input: %%00010By focusing on nodes with a model output (e.g learner nodes), trace where the data used in creating that model could probably came from (upstream nodes)%%00010%%00010Identify Deprecated: %%00010Deprecated nodes will be highlighted within the workflow network%%00010%%00010Identify Code-First: %%00010Code-First nodes (e.g Javascript based nodes) will be highlighted within the workflow network%%00010%%00010Identify Components: %%00010Components will be listed and highlighted in the workflow network according to their updated status.%%00010%%00010Identify Node States: %%00010Nodes will be listed and highlighted in the workflow network according to their execution status.

Input Ports

Icon
Data Table coming from the first output port of the verified component Extract Workflow Summary. It Contains a list of nodes and their details extracted from a workflow summary XML.

Output Ports

This node has no output ports

Nodes

Extensions

Links