<?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>topic Data lineage graph is not working in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/data-lineage-graph-is-not-working/m-p/8913#M4432</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;The issue - Data lineage graph is not working (16-feb, 17-18 Feb) – &lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&amp;nbsp;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;I created the below tables but when I click the lineage graph not able to see the upstream or downstream table .... the + sign goes away after a few sec but not able to click it .&lt;/P&gt;&lt;P&gt;Query –&lt;/P&gt;&lt;P&gt;CREATE TABLE IF NOT EXISTS&lt;/P&gt;&lt;P&gt;lineage_data.lineagedemo.menu (&lt;/P&gt;&lt;P&gt;recipe_id INT,&lt;/P&gt;&lt;P&gt;app string,&lt;/P&gt;&lt;P&gt;main string,&lt;/P&gt;&lt;P&gt;dessert string&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT INTO lineage_data.lineagedemo.menu&lt;/P&gt;&lt;P&gt;(recipe_id, app, main, dessert)&lt;/P&gt;&lt;P&gt;VALUES&lt;/P&gt;&lt;P&gt;(1,"Ceviche", "Tacos", "Flan"),&lt;/P&gt;&lt;P&gt;(2,"Tomato Soup", "Souffle", "Brulee"),&lt;/P&gt;&lt;P&gt;(3,"Chips","Grilled Cheese","Cheesecake");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE TABLE&lt;/P&gt;&lt;P&gt;lineage_data.lineagedemo.dinner&lt;/P&gt;&lt;P&gt;AS SELECT&lt;/P&gt;&lt;P&gt;recipe_id, concat(app," + ", main," + ",dessert)&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;P&gt;full_menu&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;lineage_data.lineagedemo.menu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;The issue - Data lineage graph is not working (21st Feb ) –&lt;/B&gt;&lt;/P&gt;&lt;P&gt;I can see the lineage for my tables, but I got the lineage graph after trying multiple times. As it turns out the lineage graph is displayed randomly when trying multiple times. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhjot Wadhwa&lt;/P&gt;</description>
    <pubDate>Wed, 22 Feb 2023 12:00:02 GMT</pubDate>
    <dc:creator>prabhjot</dc:creator>
    <dc:date>2023-02-22T12:00:02Z</dc:date>
    <item>
      <title>Data lineage graph is not working</title>
      <link>https://community.databricks.com/t5/data-engineering/data-lineage-graph-is-not-working/m-p/8913#M4432</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;The issue - Data lineage graph is not working (16-feb, 17-18 Feb) – &lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&amp;nbsp;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;I created the below tables but when I click the lineage graph not able to see the upstream or downstream table .... the + sign goes away after a few sec but not able to click it .&lt;/P&gt;&lt;P&gt;Query –&lt;/P&gt;&lt;P&gt;CREATE TABLE IF NOT EXISTS&lt;/P&gt;&lt;P&gt;lineage_data.lineagedemo.menu (&lt;/P&gt;&lt;P&gt;recipe_id INT,&lt;/P&gt;&lt;P&gt;app string,&lt;/P&gt;&lt;P&gt;main string,&lt;/P&gt;&lt;P&gt;dessert string&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT INTO lineage_data.lineagedemo.menu&lt;/P&gt;&lt;P&gt;(recipe_id, app, main, dessert)&lt;/P&gt;&lt;P&gt;VALUES&lt;/P&gt;&lt;P&gt;(1,"Ceviche", "Tacos", "Flan"),&lt;/P&gt;&lt;P&gt;(2,"Tomato Soup", "Souffle", "Brulee"),&lt;/P&gt;&lt;P&gt;(3,"Chips","Grilled Cheese","Cheesecake");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE TABLE&lt;/P&gt;&lt;P&gt;lineage_data.lineagedemo.dinner&lt;/P&gt;&lt;P&gt;AS SELECT&lt;/P&gt;&lt;P&gt;recipe_id, concat(app," + ", main," + ",dessert)&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;P&gt;full_menu&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;lineage_data.lineagedemo.menu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;The issue - Data lineage graph is not working (21st Feb ) –&lt;/B&gt;&lt;/P&gt;&lt;P&gt;I can see the lineage for my tables, but I got the lineage graph after trying multiple times. As it turns out the lineage graph is displayed randomly when trying multiple times. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhjot Wadhwa&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 12:00:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-lineage-graph-is-not-working/m-p/8913#M4432</guid>
      <dc:creator>prabhjot</dc:creator>
      <dc:date>2023-02-22T12:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data lineage graph is not working</title>
      <link>https://community.databricks.com/t5/data-engineering/data-lineage-graph-is-not-working/m-p/8915#M4434</link>
      <description>&lt;P&gt;yes its working fine now.&lt;/P&gt;&lt;P&gt;did you make a bug fix to resolve?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 09:15:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-lineage-graph-is-not-working/m-p/8915#M4434</guid>
      <dc:creator>prabhjot</dc:creator>
      <dc:date>2023-02-24T09:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data lineage graph is not working</title>
      <link>https://community.databricks.com/t5/data-engineering/data-lineage-graph-is-not-working/m-p/8917#M4436</link>
      <description>&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;can you share the RCA ?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 09:57:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-lineage-graph-is-not-working/m-p/8917#M4436</guid>
      <dc:creator>prabhjot</dc:creator>
      <dc:date>2023-02-24T09:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data lineage graph is not working</title>
      <link>https://community.databricks.com/t5/data-engineering/data-lineage-graph-is-not-working/m-p/88350#M37533</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Kaniz,&lt;/P&gt;&lt;P&gt;We're encountering the same issue where the lineage is not getting populated for a few tables. Could you let us know if a fix has been implemented in any runtime?"&lt;/P&gt;&lt;P&gt;We are uaing job cluster 12.2.x .&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 11:27:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-lineage-graph-is-not-working/m-p/88350#M37533</guid>
      <dc:creator>Sikki</dc:creator>
      <dc:date>2024-09-04T11:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data lineage graph is not working</title>
      <link>https://community.databricks.com/t5/data-engineering/data-lineage-graph-is-not-working/m-p/88353#M37534</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/41576"&gt;@prabhjot&lt;/a&gt;&amp;nbsp;…could you please assist with this?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 11:31:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-lineage-graph-is-not-working/m-p/88353#M37534</guid>
      <dc:creator>Sikki</dc:creator>
      <dc:date>2024-09-04T11:31:48Z</dc:date>
    </item>
  </channel>
</rss>

