<?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 Re: Questions about Lineage and DLT in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/questions-about-lineage-and-dlt/m-p/38214#M26579</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/85082"&gt;@bradleyjamrozik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We haven't heard from you since the last response from &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/76894"&gt;@Vinay_M_R&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/84270"&gt;@erigaud&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;, and I was checking back to see if her suggestions helped you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Or else, If you have any solution, please share it with the community, as it can be helpful to others.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, Please don't forget to click on the "Select As Best" button whenever the information provided helps resolve your question.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 23 Jul 2023 04:39:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-07-23T04:39:25Z</dc:date>
    <item>
      <title>Questions about Lineage and DLT</title>
      <link>https://community.databricks.com/t5/data-engineering/questions-about-lineage-and-dlt/m-p/38059#M26549</link>
      <description>&lt;P&gt;Hey there!&lt;/P&gt;&lt;P&gt;1. Does column lineage work across multiple catalogs and schemas?&lt;/P&gt;&lt;P&gt;2. Do Delta Live Tables support lineage? If yes does that work across multiple pipelines or only with a single one?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 20:03:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/questions-about-lineage-and-dlt/m-p/38059#M26549</guid>
      <dc:creator>bradleyjamrozik</dc:creator>
      <dc:date>2023-07-20T20:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about Lineage and DLT</title>
      <link>https://community.databricks.com/t5/data-engineering/questions-about-lineage-and-dlt/m-p/38084#M26558</link>
      <description>&lt;P&gt;Delta live tables support lineage to the table level (as opposed to the column-level lineage provided by Unity Catalog). It capture the lineage for each pipeline individually, so I suppose in a way you could recreate the full lineage yourself.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 06:47:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/questions-about-lineage-and-dlt/m-p/38084#M26558</guid>
      <dc:creator>erigaud</dc:creator>
      <dc:date>2023-07-21T06:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about Lineage and DLT</title>
      <link>https://community.databricks.com/t5/data-engineering/questions-about-lineage-and-dlt/m-p/38085#M26559</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/85082"&gt;@bradleyjamrozik&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Does column lineage work across multiple catalogs and schemas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It does state that lineage is aggregated across all workspaces attached to a metastore, meaning that lineage captured in one workspace is visible in any other workspace sharing that metastore. Therefore, it is possible that column lineage could work across multiple catalogs and schemas if they are attached to the same metastore.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Do Delta Live Tables support lineage? If yes does that work across multiple pipelines or only with a single one?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Lineage for tables in a Delta Live Tables pipeline is visible in Data Explorer. For materialized views or streaming tables in a Unity Catalog-enabled pipeline, the Data Explorer lineage UI shows the upstream and downstream tables. Lineage is only displayed between tables defined in the pipeline; tables that are defined outside of the pipeline and read in the pipeline are not shown in the Data Explorer lineage UI.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.databricks.com/delta-live-tables/unity-catalog.html#view-lineage-for-a-pipeline" target="_blank"&gt;https://docs.databricks.com/delta-live-tables/unity-catalog.html#view-lineage-for-a-pipeline&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Vinay M R&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 07:07:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/questions-about-lineage-and-dlt/m-p/38085#M26559</guid>
      <dc:creator>Vinay_M_R</dc:creator>
      <dc:date>2023-07-21T07:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about Lineage and DLT</title>
      <link>https://community.databricks.com/t5/data-engineering/questions-about-lineage-and-dlt/m-p/38214#M26579</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/85082"&gt;@bradleyjamrozik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We haven't heard from you since the last response from &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/76894"&gt;@Vinay_M_R&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/84270"&gt;@erigaud&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;, and I was checking back to see if her suggestions helped you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Or else, If you have any solution, please share it with the community, as it can be helpful to others.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, Please don't forget to click on the "Select As Best" button whenever the information provided helps resolve your question.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 04:39:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/questions-about-lineage-and-dlt/m-p/38214#M26579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-23T04:39:25Z</dc:date>
    </item>
  </channel>
</rss>

