Github user ijokarumawak commented on the issue:

    https://github.com/apache/nifi/pull/2542
  
    @MikeThomsen I might have missed your points, but let me answer to your 
comments.
    
    For the lineage graphs showing two outgoing links from /tmp/in/test to two 
`GetFile, PutFile` processes going to the final /temp/out/test, I assume having 
two processes is what you are concerning. Can you share what the `qualified 
name` attributes of those two `nifi_flow_path` entities? I guess those have 
different qualified name and probably each created by 'simple path' and 
'complete path' if you run the same flow with both strategies.
    
    For the comment of not seeing any lineage with 'simple_path', Atlas does 
not draw lineage if you choose an entity which is subclass of 'Process'. When 
you selected the 'nifi_flow_path' entity, didn't its input/output attribute 
have link to the `fs_path` entities? If you follow the link, then lineage will 
be shown from the `fs_path` entity, which is a subclass of 'DataSet'.
    
    Please let me know if above descriptions address your issues. Thanks!


---

Reply via email to