<?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 Leveraging Fabric Mirrored as source database in event stream in Eventstream</title>
    <link>https://community.fabric.microsoft.com/t5/Eventstream/Leveraging-Fabric-Mirrored-as-source-database-in-event-stream/m-p/3991570#M91</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We've setup a mirrored database.&amp;nbsp; I can used the SQL endpoint in the eventstream but no events are passed.&amp;nbsp; I'm not seeing a way to connect directly to the mirrored database in an event stream.&amp;nbsp; Is this achievable or will we need to use a standard SQL instance with CDC enabled?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also tried stream analytics and a mirrored DB cannot be accessed.&amp;nbsp; Again, the endpoint can be used but no events are passed in the event stream.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Goal:&lt;/P&gt;&lt;P&gt;Snowflake DB--&amp;gt;Mirrored DB(Fabric)--&amp;gt;Event Stream--&amp;gt;PBI Report&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jun 2024 16:20:03 GMT</pubDate>
    <dc:creator>robertpayne21</dc:creator>
    <dc:date>2024-06-13T16:20:03Z</dc:date>
    <item>
      <title>Leveraging Fabric Mirrored as source database in event stream</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Leveraging-Fabric-Mirrored-as-source-database-in-event-stream/m-p/3991570#M91</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We've setup a mirrored database.&amp;nbsp; I can used the SQL endpoint in the eventstream but no events are passed.&amp;nbsp; I'm not seeing a way to connect directly to the mirrored database in an event stream.&amp;nbsp; Is this achievable or will we need to use a standard SQL instance with CDC enabled?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also tried stream analytics and a mirrored DB cannot be accessed.&amp;nbsp; Again, the endpoint can be used but no events are passed in the event stream.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Goal:&lt;/P&gt;&lt;P&gt;Snowflake DB--&amp;gt;Mirrored DB(Fabric)--&amp;gt;Event Stream--&amp;gt;PBI Report&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 16:20:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Leveraging-Fabric-Mirrored-as-source-database-in-event-stream/m-p/3991570#M91</guid>
      <dc:creator>robertpayne21</dc:creator>
      <dc:date>2024-06-13T16:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Leveraging Fabric Mirrored as source database in event stream</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Leveraging-Fabric-Mirrored-as-source-database-in-event-stream/m-p/3992294#M92</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="590404" data-lia-user-login="robertpayne21" class="lia-mention lia-mention-user"&gt;robertpayne21&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mirrored databases in Fabric are designed primarily for replication and analytics-ready data storage, rather than direct event streaming. They replicate your existing data estate into Fabric's OneLake in an analytics-ready format, such as Parquet, and are typically used for batch analytics rather than real-time event processing. This might explain why you're not seeing events passed when attempting to use a mirrored database as a direct source for an event stream.&lt;/P&gt;
&lt;P&gt;For real-time event processing and streaming into Power BI, you would generally need a source that can generate or capture events in real-time, such as Azure Event Hubs or IoT Hubs, which can then be connected to an event stream in Fabric.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are some possible methods for your reference:&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; Consider using a standard SQL instance with Change Data Capture (CDC) enabled. CDC captures changes in the database and can be used as a source for your event stream.&lt;/P&gt;
&lt;P&gt;The flow would be: Snowflake DB → Standard SQL DB with CDC → Event Stream → Power BI Report.&lt;/P&gt;
&lt;P&gt;2. Direct Snowflake to Event Hub Integration-&amp;gt;Event Hub to Fabric Event Stream-&amp;gt;Event Stream to Power BI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 02:53:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Leveraging-Fabric-Mirrored-as-source-database-in-event-stream/m-p/3992294#M92</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-14T02:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Leveraging Fabric Mirrored as source database in event stream</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Leveraging-Fabric-Mirrored-as-source-database-in-event-stream/m-p/4007246#M113</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;, my apologies for the delayed response.&amp;nbsp; I will give this a test and circle back.&amp;nbsp; Thank you for your response, it is appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 15:33:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Leveraging-Fabric-Mirrored-as-source-database-in-event-stream/m-p/4007246#M113</guid>
      <dc:creator>robertpayne21</dc:creator>
      <dc:date>2024-06-24T15:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Leveraging Fabric Mirrored as source database in event stream</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Leveraging-Fabric-Mirrored-as-source-database-in-event-stream/m-p/4010626#M116</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="590404" data-lia-user-login="robertpayne21" class="lia-mention lia-mention-user"&gt;robertpayne21&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has your problem been solved? If the problem has been solved you can mark the reply for the standard answer to help the other members find it more quickly. If not, please point it out. Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 07:08:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Leveraging-Fabric-Mirrored-as-source-database-in-event-stream/m-p/4010626#M116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-26T07:08:09Z</dc:date>
    </item>
  </channel>
</rss>

