-
Notifications
You must be signed in to change notification settings - Fork 158
Description
In our company we have the need to have data lineage not only for one process but between different executions. This means that if a process from an execution writes an output file named "x" and then another process from another execution has "x" as an input source I want it to be related. I have seen that for an execution it has related to a different process that has the same output as input source, however for the rest of processes it has not done it

Therefore, my question is how do different executions get related? By the data source name?
Additionally, how does a data source node get named? I have seen that for a execution event that writes a file called "x" with an url and then the same file is used in a different process that is used as input data source has a different fname for the data source node. This might be the issue why they are not linked in the data lineage graph
Metadata
Metadata
Assignees
Labels
Type
Projects
Status