Extract data flow between pipelines.

Parameters:
See dedicated page for more information.
ExtractDataFlow is a scripted action. Embedded code is accessible and customizable through this tab.
See dedicated page for more information.
The ExtractDataFlow action allows users to analyze and extract the flow of data between multiple ETL pipelines. This operation is useful for visualizing data dependencies and constructing data lineage graphs across complex pipeline architectures.
It works by scanning a column of input pipeline file paths (usually JavaScript-based ETL scripts), identifying their interconnections, and producing a structured table that illustrates how data flows from one pipeline to another. This is particularly useful for documentation, data governance, impact analysis, and visualizing global data architecture using tools like Gephi.
Note: All pipeline files must be accessible and syntactically valid. If a pipeline cannot be parsed, the action will return
Error Loading Graph.
| ID | pathToPipeline |
|---|---|
| 1 | sources/@shared/etl_1.js |
| 2 | sources/@shared/etl_2.js |
| 3 | sources/@shared/etl_3.js |
This input table should be connected as input to the ExtractDataFlow action.

