<?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: Saving events streaming data in a lakehouse in Eventstream</title>
    <link>https://community.fabric.microsoft.com/t5/Eventstream/Saving-events-streaming-data-in-a-lakehouse/m-p/4239203#M205</link>
    <description>&lt;LI-CODE lang="markup"&gt;I need to maintain for each event, identified by the related id, only the last version, so a new version has to overwrite the old version.&lt;/LI-CODE&gt;
&lt;P&gt;What's the reasoning? Don't you want to keep history?&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2024 17:43:14 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-10-11T17:43:14Z</dc:date>
    <item>
      <title>Saving events streaming data in a lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Saving-events-streaming-data-in-a-lakehouse/m-p/4239014#M203</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to saving many events data from an Azure events hub, having an id, a version and an event_date as principal fields.&lt;/P&gt;&lt;P&gt;I need to maintain for each event, identified by the related id, only the last version, so a new version has to overwrite the old version.&lt;/P&gt;&lt;P&gt;I think to write the events in a lakehouse as a destination, then to copy the events from the lakehouse to an warehouse, in a staging area, and then using a merge statement to update the definitive events in the warehouse respect to the events in the staging area.&lt;/P&gt;&lt;P&gt;Based on this strategy, how could the event processor help me?&lt;/P&gt;&lt;P&gt;Could the event processor delete the events older than 30 minutes in the destination lakehouse, in order to copy in the warehouse only newer data?&lt;/P&gt;&lt;P&gt;Any suggests to me, please? Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 14:30:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Saving-events-streaming-data-in-a-lakehouse/m-p/4239014#M203</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2024-10-11T14:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Saving events streaming data in a lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Saving-events-streaming-data-in-a-lakehouse/m-p/4239203#M205</link>
      <description>&lt;LI-CODE lang="markup"&gt;I need to maintain for each event, identified by the related id, only the last version, so a new version has to overwrite the old version.&lt;/LI-CODE&gt;
&lt;P&gt;What's the reasoning? Don't you want to keep history?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 17:43:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Saving-events-streaming-data-in-a-lakehouse/m-p/4239203#M205</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-10-11T17:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Saving events streaming data in a lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Saving-events-streaming-data-in-a-lakehouse/m-p/4239217#M206</link>
      <description>&lt;P&gt;Hi, the user requirement is to do not keep the history of the events.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 18:11:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Saving-events-streaming-data-in-a-lakehouse/m-p/4239217#M206</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2024-10-11T18:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Saving events streaming data in a lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Saving-events-streaming-data-in-a-lakehouse/m-p/4240430#M210</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Eventstream cannot process any data that has been passed to the destination. I recommend that you create a &lt;STRONG&gt;Dataflow Gen 2&lt;/STRONG&gt; after the eventstream. The Dataflow uses the lakehouse used by your eventstream's destination as the data source, and performs operations such as merge and delete obsolete data in Power Query online. Then use this lakehouse&amp;nbsp;or create a new lakehouse as the destination of the Dataflow, and set the destination's &lt;STRONG&gt;Update method&lt;/STRONG&gt; to &lt;STRONG&gt;Replace&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Dino Tao&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 02:54:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Saving-events-streaming-data-in-a-lakehouse/m-p/4240430#M210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-14T02:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Saving events streaming data in a lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Saving-events-streaming-data-in-a-lakehouse/m-p/4242356#M216</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Sorry I need to correct that statement:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Eventstream cannot process any data that has been passed to the destination.&lt;/LI-CODE&gt;
&lt;P&gt;What this means is that you can no longer merge data that has been passed to the destination, but you can indeed set a retention period for the data:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;But he can only set the minimum to 1 day, your requirement is 30min, so I'm afraid this can't fulfill your requirement, still please use the above method.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Dino Tao&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 03:19:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Saving-events-streaming-data-in-a-lakehouse/m-p/4242356#M216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-15T03:19:24Z</dc:date>
    </item>
  </channel>
</rss>

