<?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: Delta Live Tables - how do you merge multiple streaming datasets into a single one? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-how-do-you-merge-multiple-streaming-datasets/m-p/15268#M9616</link>
    <description>&lt;P&gt;Hi @Ian Corera​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a friendly follow-up. Do you still need help? please let us know if you do.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2022 22:50:55 GMT</pubDate>
    <dc:creator>jose_gonzalez</dc:creator>
    <dc:date>2022-07-20T22:50:55Z</dc:date>
    <item>
      <title>Delta Live Tables - how do you merge multiple streaming datasets into a single one?</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-how-do-you-merge-multiple-streaming-datasets/m-p/15266#M9614</link>
      <description>&lt;P&gt;I need to create a dataset that is dependent on multiple streaming datasets.  However, when I attempt to create the new single stream I am getting an error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Append output mode not supported when there are streaming aggregations on streaming DataFrames/DataSets without watermark;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Example:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create or refresh streaming live table silver_customer;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create temporary streaming live view customer_updates&lt;/P&gt;&lt;P&gt;as&lt;/P&gt;&lt;P&gt;with listOfCustomers as&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;select CustomerID&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;&amp;nbsp;stream(live.raw_Customer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;union&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select CustomerID&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;&amp;nbsp;stream(live.raw_CustomerAddress)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;select CustomerID&lt;/P&gt;&lt;P&gt;from listOfCustomers;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apply changes into&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;live.silver_customer&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;&amp;nbsp;stream(live.customer_updates)&lt;/P&gt;&lt;P&gt;keys(CustomerID)&lt;/P&gt;&lt;P&gt;sequence by CustomerID&lt;/P&gt;&lt;P&gt;stored as scd type 1;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 13:21:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-how-do-you-merge-multiple-streaming-datasets/m-p/15266#M9614</guid>
      <dc:creator>Ian</dc:creator>
      <dc:date>2022-06-30T13:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables - how do you merge multiple streaming datasets into a single one?</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-how-do-you-merge-multiple-streaming-datasets/m-p/15268#M9616</link>
      <description>&lt;P&gt;Hi @Ian Corera​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a friendly follow-up. Do you still need help? please let us know if you do.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 22:50:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-how-do-you-merge-multiple-streaming-datasets/m-p/15268#M9616</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2022-07-20T22:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables - how do you merge multiple streaming datasets into a single one?</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-how-do-you-merge-multiple-streaming-datasets/m-p/15269#M9617</link>
      <description>&lt;P&gt;Hi Kaniz/Jose, I was able to resolve the issue.  I used 'union all' to avoid aggregation on the stream and have it continue to write to the table in append mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issue can be closed.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 11:25:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-how-do-you-merge-multiple-streaming-datasets/m-p/15269#M9617</guid>
      <dc:creator>Ian</dc:creator>
      <dc:date>2022-07-21T11:25:59Z</dc:date>
    </item>
  </channel>
</rss>

