<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Apache Atlas Tracking Lineage Not working as Expected in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Apache-Atlas-Tracking-Lineage-Not-working-as-Expected/m-p/365337#M239323</link>
    <description>&lt;P&gt;In Apache Atlas, I am trying to model the data flow of different processes. The issue I am having is that some of these processes share common DataSets but I don't necessarily want the different processes I am modeling to appear to be connected to each other.&lt;/P&gt;&lt;P&gt;For example, in this lineage model, I want to show that there is an input of an XML Data source file into a process that outputs and transferred to another computer.&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"entity": {&lt;BR /&gt;"typeName": "datasystem_datatransfer",&lt;BR /&gt;"attributes": {&lt;BR /&gt;"id":"b75af137-9279-4c73-be9f-0e37b686dde5",&lt;BR /&gt;"qualifiedName": "b75af137-9279-4c73-be9f-0e37b686dde5@datasystem_datatransfer",&lt;BR /&gt;"displayName": "Data Transfer Use Case 1",&lt;BR /&gt;"inputs": [&lt;BR /&gt;{&lt;BR /&gt;"uniqueAttributes":{"qualifiedName": "25b60fe5-891c-4c94-87ab-b075d838ec30@datasystem_datasource"},&lt;BR /&gt;"typeName": "datasystem_datasource"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"outputs": [&lt;BR /&gt;{&lt;BR /&gt;"uniqueAttributes":{"qualifiedName": "21781e1b-4b94-435b-be0a-141776267c4e@datasystem_computer"},&lt;BR /&gt;"typeName": "datasystem_computer"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"description": "Data transfer from Data Source to Computer.",&lt;BR /&gt;"name": "dataEgressUseCase1"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;This will create a model like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;datasystem_datasource --&amp;gt; datasystem_datatransfer --&amp;gt; datasystem_computer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now have another process I want to model where I am using the same "datasystem_computer" but the process is a bit more complicated:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"entities":[&lt;BR /&gt;{&lt;BR /&gt;"typeName": "datasystem_datatransfer",&lt;BR /&gt;"attributes": {&lt;BR /&gt;"id":"1305f6c4-f0da-4929-be21-dd0798dc2086",&lt;BR /&gt;"qualifiedName": "1305f6c4-f0da-4929-be21-dd0798dc2086@datasystem_datatransfer",&lt;BR /&gt;"displayName": "Data Transfer Use Case 2",&lt;BR /&gt;"inputs": [&lt;BR /&gt;{&lt;BR /&gt;"uniqueAttributes":{"qualifiedName": "c72375fb-34a5-4a22-895c-0d55435fdf26@datasystem_datasource "},&lt;BR /&gt;"typeName": "datasystem_datasource"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"outputs": [&lt;BR /&gt;{&lt;BR /&gt;"uniqueAttributes":{"qualifiedName": "21781e1b-4b94-435b-be0a-141776267c4e@datasystem_computer"},&lt;BR /&gt;"typeName": "datasystem_computer"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"description": "Data Transfer from Data Source to PC.",&lt;BR /&gt;"name": "dataEgressUseCase2"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"typeName": "datasystem_datatransfer",&lt;BR /&gt;"attributes": {&lt;BR /&gt;"id":"307e6f84-41af-482e-8641-39fa258e709d",&lt;BR /&gt;"qualifiedName": "307e6f84-41af-482e-8641-39fa258e709d@datasystem_datatransfer",&lt;BR /&gt;"displayName": "Data Transfer Use Case 2.5",&lt;BR /&gt;"inputs": [&lt;BR /&gt;{&lt;BR /&gt;"uniqueAttributes":{"qualifiedName": "21781e1b-4b94-435b-be0a-141776267c4e@datasystem_computer"},&lt;BR /&gt;"typeName": "datasystem_computer"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"outputs": [&lt;BR /&gt;{&lt;BR /&gt;"uniqueAttributes":{"qualifiedName": "5acddaca-6eb8-48f9-be75-fc757e442985@datasystem_datasource"},&lt;BR /&gt;"typeName": "datasystem_datasource"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"description": "Data Transfer from Data Source to PC to Another PC.",&lt;BR /&gt;"name": "dataEgressUseCase2.5"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;]&lt;BR /&gt;}&lt;BR /&gt;This should create a lineage diagram like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;datasystem_datasource --&amp;gt; datasystem_datatransfer --&amp;gt; datasystem_computer --&amp;gt; datasystem_datatransfer --&amp;gt;datasystem_datasource&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that when I create this lineage, it changes the first lineage I created. They have different ID's so I am not sure why creating this second lineage would impact the first? I realize that they share the same datasystem_computer in one node, but they are different processes. What am I doing wrong?&lt;/P&gt;</description>
    <pubDate>Sat, 04 Mar 2023 23:11:52 GMT</pubDate>
    <dc:creator>DreamDelerium</dc:creator>
    <dc:date>2023-03-04T23:11:52Z</dc:date>
    <item>
      <title>Apache Atlas Tracking Lineage Not working as Expected</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-Atlas-Tracking-Lineage-Not-working-as-Expected/m-p/365337#M239323</link>
      <description>&lt;P&gt;In Apache Atlas, I am trying to model the data flow of different processes. The issue I am having is that some of these processes share common DataSets but I don't necessarily want the different processes I am modeling to appear to be connected to each other.&lt;/P&gt;&lt;P&gt;For example, in this lineage model, I want to show that there is an input of an XML Data source file into a process that outputs and transferred to another computer.&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"entity": {&lt;BR /&gt;"typeName": "datasystem_datatransfer",&lt;BR /&gt;"attributes": {&lt;BR /&gt;"id":"b75af137-9279-4c73-be9f-0e37b686dde5",&lt;BR /&gt;"qualifiedName": "b75af137-9279-4c73-be9f-0e37b686dde5@datasystem_datatransfer",&lt;BR /&gt;"displayName": "Data Transfer Use Case 1",&lt;BR /&gt;"inputs": [&lt;BR /&gt;{&lt;BR /&gt;"uniqueAttributes":{"qualifiedName": "25b60fe5-891c-4c94-87ab-b075d838ec30@datasystem_datasource"},&lt;BR /&gt;"typeName": "datasystem_datasource"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"outputs": [&lt;BR /&gt;{&lt;BR /&gt;"uniqueAttributes":{"qualifiedName": "21781e1b-4b94-435b-be0a-141776267c4e@datasystem_computer"},&lt;BR /&gt;"typeName": "datasystem_computer"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"description": "Data transfer from Data Source to Computer.",&lt;BR /&gt;"name": "dataEgressUseCase1"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;This will create a model like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;datasystem_datasource --&amp;gt; datasystem_datatransfer --&amp;gt; datasystem_computer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now have another process I want to model where I am using the same "datasystem_computer" but the process is a bit more complicated:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"entities":[&lt;BR /&gt;{&lt;BR /&gt;"typeName": "datasystem_datatransfer",&lt;BR /&gt;"attributes": {&lt;BR /&gt;"id":"1305f6c4-f0da-4929-be21-dd0798dc2086",&lt;BR /&gt;"qualifiedName": "1305f6c4-f0da-4929-be21-dd0798dc2086@datasystem_datatransfer",&lt;BR /&gt;"displayName": "Data Transfer Use Case 2",&lt;BR /&gt;"inputs": [&lt;BR /&gt;{&lt;BR /&gt;"uniqueAttributes":{"qualifiedName": "c72375fb-34a5-4a22-895c-0d55435fdf26@datasystem_datasource "},&lt;BR /&gt;"typeName": "datasystem_datasource"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"outputs": [&lt;BR /&gt;{&lt;BR /&gt;"uniqueAttributes":{"qualifiedName": "21781e1b-4b94-435b-be0a-141776267c4e@datasystem_computer"},&lt;BR /&gt;"typeName": "datasystem_computer"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"description": "Data Transfer from Data Source to PC.",&lt;BR /&gt;"name": "dataEgressUseCase2"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"typeName": "datasystem_datatransfer",&lt;BR /&gt;"attributes": {&lt;BR /&gt;"id":"307e6f84-41af-482e-8641-39fa258e709d",&lt;BR /&gt;"qualifiedName": "307e6f84-41af-482e-8641-39fa258e709d@datasystem_datatransfer",&lt;BR /&gt;"displayName": "Data Transfer Use Case 2.5",&lt;BR /&gt;"inputs": [&lt;BR /&gt;{&lt;BR /&gt;"uniqueAttributes":{"qualifiedName": "21781e1b-4b94-435b-be0a-141776267c4e@datasystem_computer"},&lt;BR /&gt;"typeName": "datasystem_computer"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"outputs": [&lt;BR /&gt;{&lt;BR /&gt;"uniqueAttributes":{"qualifiedName": "5acddaca-6eb8-48f9-be75-fc757e442985@datasystem_datasource"},&lt;BR /&gt;"typeName": "datasystem_datasource"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"description": "Data Transfer from Data Source to PC to Another PC.",&lt;BR /&gt;"name": "dataEgressUseCase2.5"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;]&lt;BR /&gt;}&lt;BR /&gt;This should create a lineage diagram like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;datasystem_datasource --&amp;gt; datasystem_datatransfer --&amp;gt; datasystem_computer --&amp;gt; datasystem_datatransfer --&amp;gt;datasystem_datasource&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that when I create this lineage, it changes the first lineage I created. They have different ID's so I am not sure why creating this second lineage would impact the first? I realize that they share the same datasystem_computer in one node, but they are different processes. What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2023 23:11:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-Atlas-Tracking-Lineage-Not-working-as-Expected/m-p/365337#M239323</guid>
      <dc:creator>DreamDelerium</dc:creator>
      <dc:date>2023-03-04T23:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Atlas Tracking Lineage Not working as Expected</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-Atlas-Tracking-Lineage-Not-working-as-Expected/m-p/399806#M250553</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/103044"&gt;@DreamDelerium&lt;/a&gt;&amp;nbsp;Thanks for the sharing this question with us as I checked both both datasource both datasource lineage data should be same because the&amp;nbsp;&lt;STRONG&gt;datasystem_datatransfer&amp;nbsp;&lt;/STRONG&gt;part of&amp;nbsp;&lt;STRONG&gt;datasystem_datasource&amp;nbsp;&lt;/STRONG&gt;so the origin will be same for lineage data now I comes with you first question&amp;nbsp;&lt;SPAN&gt;why creating this second lineage would impact the first? Not it couldn't impact.&lt;BR /&gt;&lt;BR /&gt;Please let me know if you required any clarification for your above question&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 10:46:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-Atlas-Tracking-Lineage-Not-working-as-Expected/m-p/399806#M250553</guid>
      <dc:creator>vats</dc:creator>
      <dc:date>2025-01-08T10:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Atlas Tracking Lineage Not working as Expected</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-Atlas-Tracking-Lineage-Not-working-as-Expected/m-p/400858#M250975</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/103044"&gt;@DreamDelerium&lt;/a&gt;&amp;nbsp;Thanks for the sharing this question with us as I checked both both datasource both datasource lineage data should be same because the&amp;nbsp;&lt;STRONG&gt;datasystem_datatransfer&amp;nbsp;&lt;/STRONG&gt;part of&amp;nbsp;&lt;STRONG&gt;datasystem_datasource&amp;nbsp;&lt;/STRONG&gt;so the origin will be same for lineage data now I comes with you first question&amp;nbsp;&lt;SPAN&gt;why creating this second lineage would impact the first? Not it couldn't impact.&lt;BR /&gt;&lt;BR /&gt;Please let me know if you required any clarification for your above question&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 13:25:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-Atlas-Tracking-Lineage-Not-working-as-Expected/m-p/400858#M250975</guid>
      <dc:creator>vats</dc:creator>
      <dc:date>2025-01-22T13:25:12Z</dc:date>
    </item>
  </channel>
</rss>

