<?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: Data is not loaded when creating two different streaming table from one delta live table pipelin in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/data-is-not-loaded-when-creating-two-different-streaming-table/m-p/101302#M40621</link>
    <description>&lt;P&gt;Delta Live Tables (DLT) can indeed process multiple streaming tables within a single pipeline.&lt;/P&gt;&lt;P&gt;Here are a few things to check:&lt;/P&gt;&lt;P&gt;1) Verify that each streaming table has a unique checkpoint location. Checkpointing is crucial for maintaining the state of streaming queries, and conflicts can arise if the same location is used for multiple streams.&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;Ensure that first_schema and second_schema are defined correctly and match the structure of the JSON data in first_source_path and second_source_path, respectively.&lt;/P&gt;</description>
    <pubDate>Sat, 07 Dec 2024 05:24:58 GMT</pubDate>
    <dc:creator>Mounika_Tarigop</dc:creator>
    <dc:date>2024-12-07T05:24:58Z</dc:date>
    <item>
      <title>Data is not loaded when creating two different streaming table from one delta live table pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/data-is-not-loaded-when-creating-two-different-streaming-table/m-p/61393#M31782</link>
      <description>&lt;P&gt;&amp;nbsp;i am trying to create 2 streaming tables in one DLT pipleine , both read json data from different locations and both have different schema , the pipeline executes but no data is inserted in both the tables.&lt;BR /&gt;where as when i try to run each table individually they execute perfectly&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;is it because DLT cannot process two different streaming table at once.?&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DF&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; spark.readStream.&lt;/SPAN&gt;&lt;SPAN&gt;format&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"json"&lt;/SPAN&gt;&lt;SPAN&gt;) \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;schema&lt;/SPAN&gt;&lt;SPAN&gt;(schema) \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;option&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"header"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;True&lt;/SPAN&gt;&lt;SPAN&gt;) \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;option&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"nullValue"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;) \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;load&lt;/SPAN&gt;&lt;SPAN&gt;(source_path &lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt; &lt;SPAN&gt;"/*.json"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Feb 2024 19:24:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-is-not-loaded-when-creating-two-different-streaming-table/m-p/61393#M31782</guid>
      <dc:creator>zero234</dc:creator>
      <dc:date>2024-02-21T19:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not loaded when creating two different streaming table from one delta live table pipelin</title>
      <link>https://community.databricks.com/t5/data-engineering/data-is-not-loaded-when-creating-two-different-streaming-table/m-p/101302#M40621</link>
      <description>&lt;P&gt;Delta Live Tables (DLT) can indeed process multiple streaming tables within a single pipeline.&lt;/P&gt;&lt;P&gt;Here are a few things to check:&lt;/P&gt;&lt;P&gt;1) Verify that each streaming table has a unique checkpoint location. Checkpointing is crucial for maintaining the state of streaming queries, and conflicts can arise if the same location is used for multiple streams.&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;Ensure that first_schema and second_schema are defined correctly and match the structure of the JSON data in first_source_path and second_source_path, respectively.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2024 05:24:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-is-not-loaded-when-creating-two-different-streaming-table/m-p/101302#M40621</guid>
      <dc:creator>Mounika_Tarigop</dc:creator>
      <dc:date>2024-12-07T05:24:58Z</dc:date>
    </item>
  </channel>
</rss>

