<?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: update policy and streaming policy conflict in Real-Time Intelligence</title>
    <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/update-policy-and-streaming-policy-conflict/m-p/4906130#M44</link>
    <description>&lt;P&gt;@Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1474153" data-lia-user-login="gstafflannel" class="lia-mention lia-mention-user"&gt;gstafflannel&lt;/a&gt;&amp;nbsp;- Faced similar issue .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you separate streaming ingestion and enrichment which is recommended.&lt;/P&gt;
&lt;P&gt;Update policy validation is based on the source lineage, not just the target table.&lt;/P&gt;
&lt;P&gt;Joins are allowed only when the source table of the update policy is not streaming-derived. By separating ingestion and enrichment, the join happens on a non-streaming table.&lt;/P&gt;
&lt;P&gt;Eg.&lt;/P&gt;
&lt;P&gt;load_stocks&lt;BR /&gt;Streaming ingestion enabled&lt;BR /&gt;Raw data only (no joins / lookups)&lt;BR /&gt;b_stocks_enriched&lt;BR /&gt;Newly created table&lt;BR /&gt;No streaming ingestion ever enabled&lt;BR /&gt;Update policy sourced only from load_stocks (single-table query)&lt;BR /&gt;s_stocks&lt;BR /&gt;Update policy joins b_stocks_enriched with stock_sectors&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;</description>
    <pubDate>Sat, 20 Dec 2025 01:01:18 GMT</pubDate>
    <dc:creator>rajendraongole1</dc:creator>
    <dc:date>2025-12-20T01:01:18Z</dc:date>
    <item>
      <title>update policy and streaming policy conflict</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/update-policy-and-streaming-policy-conflict/m-p/4904310#M38</link>
      <description>&lt;P&gt;My issue stems from the fact that an update policy cannot contain a join or lookup on a table with a streaming policy. I saw a post talking about a&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/KQL-update-policy/m-p/4356701" target="_self"&gt;intermediary table&lt;/A&gt;&amp;nbsp;. So I have tried to setup this work around, but continually get an error that the update policy cannot be implemented because the streaming policy on the b_stocks table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;Overview of tables and policies:&lt;/DIV&gt;&lt;DIV class=""&gt;Table - load_stocks : has streaming policy inherited from database&lt;/DIV&gt;&lt;DIV class=""&gt;Table - stock_sectors : dimension table with stock ticker &amp;amp; stock sector info&lt;/DIV&gt;&lt;DIV class=""&gt;Table - b_stocks : Intermediary table that has update policy to load data from load_stocks table.&lt;/DIV&gt;&lt;DIV class=""&gt;Table - s_stocks : receiving error when attempting to create update policy that references query to join or lookup (tried both methods) data between stock_sectors &amp;amp; b_stocks&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Error Message:&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;I&gt;Error during execution of a policy operation: Referencing additional tables from update policy is not allowed when the source table has a StreamingIngestion policy defined. Tip: discontinue using Streaming Ingestion on table 'b_Stocks': .alter table ['b_Stocks'] policy streamingingestion disable&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Attempts to resolve:&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV class=""&gt;I have run the disable for the b_stocks table using the link referenced and still receive the error message.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;Deleting the policy from the table&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;Deleting the streaming policy from the database and explicitly applying a streaming policy for the load_stocks table.&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;No matter the approach, the update policy errors if there is a join or lookup. Can you help me?&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 21:21:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/update-policy-and-streaming-policy-conflict/m-p/4904310#M38</guid>
      <dc:creator>gstafflannel</dc:creator>
      <dc:date>2025-12-17T21:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: update policy and streaming policy conflict</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/update-policy-and-streaming-policy-conflict/m-p/4906130#M44</link>
      <description>&lt;P&gt;@Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1474153" data-lia-user-login="gstafflannel" class="lia-mention lia-mention-user"&gt;gstafflannel&lt;/a&gt;&amp;nbsp;- Faced similar issue .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you separate streaming ingestion and enrichment which is recommended.&lt;/P&gt;
&lt;P&gt;Update policy validation is based on the source lineage, not just the target table.&lt;/P&gt;
&lt;P&gt;Joins are allowed only when the source table of the update policy is not streaming-derived. By separating ingestion and enrichment, the join happens on a non-streaming table.&lt;/P&gt;
&lt;P&gt;Eg.&lt;/P&gt;
&lt;P&gt;load_stocks&lt;BR /&gt;Streaming ingestion enabled&lt;BR /&gt;Raw data only (no joins / lookups)&lt;BR /&gt;b_stocks_enriched&lt;BR /&gt;Newly created table&lt;BR /&gt;No streaming ingestion ever enabled&lt;BR /&gt;Update policy sourced only from load_stocks (single-table query)&lt;BR /&gt;s_stocks&lt;BR /&gt;Update policy joins b_stocks_enriched with stock_sectors&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Sat, 20 Dec 2025 01:01:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/update-policy-and-streaming-policy-conflict/m-p/4906130#M44</guid>
      <dc:creator>rajendraongole1</dc:creator>
      <dc:date>2025-12-20T01:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: update policy and streaming policy conflict</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/update-policy-and-streaming-policy-conflict/m-p/4907856#M47</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1474153" data-lia-user-login="gstafflannel" class="lia-mention lia-mention-user"&gt;gstafflannel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="118660" data-lia-user-login="rajendraongole1" class="lia-mention lia-mention-user"&gt;rajendraongole1&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;for the prompt response.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I wanted to check if you had the opportunity to review the information provided and resolve the issue..?Please let us know if you need any further assistance.We are happy to help.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2025 05:19:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/update-policy-and-streaming-policy-conflict/m-p/4907856#M47</guid>
      <dc:creator>v-venuppu</dc:creator>
      <dc:date>2025-12-24T05:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: update policy and streaming policy conflict</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/update-policy-and-streaming-policy-conflict/m-p/4908523#M49</link>
      <description />
      <pubDate>Thu, 25 Dec 2025 16:14:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/update-policy-and-streaming-policy-conflict/m-p/4908523#M49</guid>
      <dc:creator>Shivamkp</dc:creator>
      <dc:date>2025-12-25T16:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: update policy and streaming policy conflict</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/update-policy-and-streaming-policy-conflict/m-p/4909352#M51</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1474153" data-lia-user-login="gstafflannel" class="lia-mention lia-mention-user"&gt;gstafflannel&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Just wanted to follow up. If the shared guidance worked for you, that’s wonderful hopefully it also helps others looking for similar answers. If there’s anything else you'd like to explore or clarify, don’t hesitate to reach out.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Dec 2025 12:13:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/update-policy-and-streaming-policy-conflict/m-p/4909352#M51</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2025-12-28T12:13:33Z</dc:date>
    </item>
  </channel>
</rss>

