<?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: What happens if I have both DLTs and normal tables in a single notebook? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14683#M9148</link>
    <description>&lt;P&gt;Thank you ​&lt;/P&gt;</description>
    <pubDate>Mon, 26 Dec 2022 14:33:13 GMT</pubDate>
    <dc:creator>Meghala</dc:creator>
    <dc:date>2022-12-26T14:33:13Z</dc:date>
    <item>
      <title>What happens if I have both DLTs and normal tables in a single notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14676#M9141</link>
      <description>&lt;P&gt;I've just learned Delta Live Tables on Databricks Academy and have no environment to try it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering what happens to the pipeline if the notebook consists of both normal tables and DLTs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Table A&lt;/LI&gt;&lt;LI&gt;DLT A that reads and cleans Table A&lt;/LI&gt;&lt;LI&gt;Table B that enriches DLT A&lt;/LI&gt;&lt;LI&gt;DLT B that does some aggregations on Table B&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you see, DLT B does not have a direct linkage to DLT A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will the pipeline still be able to track DLT A &amp;gt; Table B &amp;gt; DLT B? Or will this render an exception?&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2022 02:48:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14676#M9141</guid>
      <dc:creator>hello_world</dc:creator>
      <dc:date>2022-12-25T02:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: What happens if I have both DLTs and normal tables in a single notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14677#M9142</link>
      <description>&lt;P&gt;This doc will help you &lt;A href="https://www.databricks.com/discover/pages/getting-started-with-delta-live-tables#prerequisites" target="test_blank"&gt;https://www.databricks.com/discover/pages/getting-started-with-delta-live-tables#prerequisites&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2022 03:05:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14677#M9142</guid>
      <dc:creator>Aviral-Bhardwaj</dc:creator>
      <dc:date>2022-12-25T03:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: What happens if I have both DLTs and normal tables in a single notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14678#M9143</link>
      <description>&lt;P&gt;Thanks for sharing the doc, but all tables in the example are Delta Live Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder what happens to the pipeline if one of them is not a DLT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say the Bronze tables are DLTs, and the Silver table is NOT, but the golden tables are again DLTs. Will the pipeline still be able to track the Silver table?&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2022 05:58:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14678#M9143</guid>
      <dc:creator>hello_world</dc:creator>
      <dc:date>2022-12-25T05:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: What happens if I have both DLTs and normal tables in a single notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14679#M9144</link>
      <description>&lt;P&gt;hey ,@S L​&amp;nbsp;  According to you , you have normal table table A and DLT table Table B , so it will give thrown an error that your upstream table is not streaming Live table and you need to create streaming live table Table a , if you want to use the output of that table to Table B .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then 3rd option , it will not throw any exception and will work as per my understanding , because your source can be a DLT table if you are using that table output to the normal table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4th option will again give an error , because your source is not a DLT table and you are using the output of the source to the DLT table , which is not possible , i think&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2022 07:15:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14679#M9144</guid>
      <dc:creator>Rishabh-Pandey</dc:creator>
      <dc:date>2022-12-26T07:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: What happens if I have both DLTs and normal tables in a single notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14680#M9145</link>
      <description>&lt;P&gt;Thanks. This clarifies my confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does Table A have to be a STREAMING Live Table or it will work as long as it is a DLT? Just want to understand if streaming is also a pre-requisite.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2022 09:28:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14680#M9145</guid>
      <dc:creator>hello_world</dc:creator>
      <dc:date>2022-12-26T09:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: What happens if I have both DLTs and normal tables in a single notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14681#M9146</link>
      <description>&lt;P&gt;even it was helped me as well thank you&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2022 10:46:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14681#M9146</guid>
      <dc:creator>Meghala</dc:creator>
      <dc:date>2022-12-26T10:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: What happens if I have both DLTs and normal tables in a single notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14682#M9147</link>
      <description>&lt;P&gt;@Aviral Bhardwaj​&amp;nbsp; thank you from my end&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2022 10:47:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14682#M9147</guid>
      <dc:creator>Meghala</dc:creator>
      <dc:date>2022-12-26T10:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: What happens if I have both DLTs and normal tables in a single notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14683#M9148</link>
      <description>&lt;P&gt;Thank you ​&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2022 14:33:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-happens-if-i-have-both-dlts-and-normal-tables-in-a-single/m-p/14683#M9148</guid>
      <dc:creator>Meghala</dc:creator>
      <dc:date>2022-12-26T14:33:13Z</dc:date>
    </item>
  </channel>
</rss>

