<?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 now working in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/data-lineage-graph-now-working/m-p/9179#M4642</link>
    <description>&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 ... anyone else having this issue?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CREATE TABLE IF NOT EXISTS
  lineage_data.lineagedemo.menu (
    recipe_id INT,
    app string,
    main string,
    dessert string
  );
&amp;nbsp;
INSERT INTO lineage_data.lineagedemo.menu
    (recipe_id, app, main, dessert)
VALUES
    (1,"Ceviche", "Tacos", "Flan"),
    (2,"Tomato Soup", "Souffle", "Brulee"),
    (3,"Chips","Grilled Cheese","Cheesecake");
&amp;nbsp;
CREATE TABLE
  lineage_data.lineagedemo.dinner
AS SELECT
  recipe_id, concat(app," + ", main," + ",dessert)
AS
  full_menu
FROM
  lineage_data.lineagedemo.menu&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2023 19:08:47 GMT</pubDate>
    <dc:creator>raj123</dc:creator>
    <dc:date>2023-02-16T19:08:47Z</dc:date>
    <item>
      <title>Data lineage graph now working</title>
      <link>https://community.databricks.com/t5/data-engineering/data-lineage-graph-now-working/m-p/9179#M4642</link>
      <description>&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 ... anyone else having this issue?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CREATE TABLE IF NOT EXISTS
  lineage_data.lineagedemo.menu (
    recipe_id INT,
    app string,
    main string,
    dessert string
  );
&amp;nbsp;
INSERT INTO lineage_data.lineagedemo.menu
    (recipe_id, app, main, dessert)
VALUES
    (1,"Ceviche", "Tacos", "Flan"),
    (2,"Tomato Soup", "Souffle", "Brulee"),
    (3,"Chips","Grilled Cheese","Cheesecake");
&amp;nbsp;
CREATE TABLE
  lineage_data.lineagedemo.dinner
AS SELECT
  recipe_id, concat(app," + ", main," + ",dessert)
AS
  full_menu
FROM
  lineage_data.lineagedemo.menu&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 19:08:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-lineage-graph-now-working/m-p/9179#M4642</guid>
      <dc:creator>raj123</dc:creator>
      <dc:date>2023-02-16T19:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data lineage graph now working</title>
      <link>https://community.databricks.com/t5/data-engineering/data-lineage-graph-now-working/m-p/9180#M4643</link>
      <description>&lt;P&gt;Please let us know if this issue still persists. It should probably be a one off case. If the issue persists, please raise a support ticket from the menu.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 00:55:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-lineage-graph-now-working/m-p/9180#M4643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-08T00:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data lineage graph now working</title>
      <link>https://community.databricks.com/t5/data-engineering/data-lineage-graph-now-working/m-p/9181#M4644</link>
      <description>&lt;P&gt;Hi @Raj Sharma​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 09:19:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-lineage-graph-now-working/m-p/9181#M4644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-09T09:19:32Z</dc:date>
    </item>
  </channel>
</rss>

