<?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: Mirroring SQL Server - New tables added via Fabric REST API cause full mirroring of all tables in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirroring-SQL-Server-New-tables-added-via-Fabric-REST-API-cause/m-p/4765221#M10959</link>
    <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1300875" target="_blank"&gt;@Lukas_K&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I just wanted to check in and ask if the issue you were facing has been resolved. If not, we’d be happy to assist further.&amp;nbsp;&lt;SPAN&gt;If the response has addressed your query, please&amp;nbsp;accept it as a solution&amp;nbsp;so that other members can easily find it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jul 2025 12:02:01 GMT</pubDate>
    <dc:creator>v-sdhruv</dc:creator>
    <dc:date>2025-07-16T12:02:01Z</dc:date>
    <item>
      <title>Mirroring SQL Server - New tables added via Fabric REST API cause full mirroring of all tables</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirroring-SQL-Server-New-tables-added-via-Fabric-REST-API-cause/m-p/4750460#M10551</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm using the Microsoft Fabric REST API to manage mirrored databases. When I add new tables via the &lt;STRONG&gt;updateDefinition&lt;/STRONG&gt; API call, Fabric unexpectedly enables mirroring for &lt;STRONG&gt;all available tables&lt;/STRONG&gt;, not just the ones explicitly listed in my &lt;STRONG&gt;mountedTables&lt;/STRONG&gt; payload.&lt;/P&gt;&lt;P&gt;Here’s what I do:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;I fetch the current definition using &lt;STRONG&gt;getDefinition&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I update the &lt;STRONG&gt;mountedTables&lt;/STRONG&gt; array to include one or more additional tables&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I send the updated definition back using &lt;STRONG&gt;updateDefinition&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Even though I only include a subset of tables in &lt;STRONG&gt;mountedTables&lt;/STRONG&gt;, after the API call, the Fabric UI shows that &lt;STRONG&gt;all tables are being mirrored&lt;/STRONG&gt;, including ones I never selected.&lt;/P&gt;&lt;P&gt;This does not happen when I manually add tables via the UI — only when using the API.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is this a known issue with the REST API?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is there a recommended way to add new tables to an existing mirrored DB &lt;STRONG&gt;without triggering mirroring for all&lt;/STRONG&gt; tables?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 06:09:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirroring-SQL-Server-New-tables-added-via-Fabric-REST-API-cause/m-p/4750460#M10551</guid>
      <dc:creator>Lukas_K</dc:creator>
      <dc:date>2025-07-02T06:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring SQL Server - New tables added via Fabric REST API cause full mirroring of all tables</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirroring-SQL-Server-New-tables-added-via-Fabric-REST-API-cause/m-p/4750832#M10562</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1300875"&gt;@Lukas_K&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;This behavior—where all tables are mirrored after an&lt;SPAN&gt;&amp;nbsp;updateDefinition&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;call—is a known issue. When new tables are added via the REST API, the UI reflects mirroring for all available tables, even if only a subset was specified&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This does&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;not&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;happen when tables are added manually via the UI, suggesting a discrepancy between the API's behavior and the UI logic.&lt;BR /&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;.&lt;SPAN&gt;Ensure your API calls include the&amp;nbsp;preview=true&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;parameter to avoid unintended behavior due to response format changes&lt;BR /&gt;&lt;/SPAN&gt;2.Validate whether your integration is parsing the response correctly. If it expects an array but receives a JSON object with a&lt;SPAN&gt;&amp;nbsp;value&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property, it might misinterpret the payload.&lt;BR /&gt;3.&lt;SPAN&gt;Until the API behavior is stabilized, consider using the UI for adding tables to avoid triggering full mirroring.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Additionally, you might want to check out-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/database/mirrored-database/troubleshooting" target="_self"&gt;Troubleshoot Fabric mirrored databases&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-teams="true"&gt; If the response has addressed your query, please accept it as a solution&amp;nbsp; so that other members can easily find it.&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 10:37:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirroring-SQL-Server-New-tables-added-via-Fabric-REST-API-cause/m-p/4750832#M10562</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-07-02T10:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring SQL Server - New tables added via Fabric REST API cause full mirroring of all tables</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirroring-SQL-Server-New-tables-added-via-Fabric-REST-API-cause/m-p/4755022#M10681</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1300875"&gt;@Lukas_K&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;Just wanted to check if you had the opportunity to review the suggestions provided?&lt;BR /&gt;If the response has addressed your query, please&amp;nbsp;accept it as a solution&amp;nbsp;so that other members can easily find it.&lt;BR /&gt;Thank You&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 09:57:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirroring-SQL-Server-New-tables-added-via-Fabric-REST-API-cause/m-p/4755022#M10681</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-07-07T09:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring SQL Server - New tables added via Fabric REST API cause full mirroring of all tables</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirroring-SQL-Server-New-tables-added-via-Fabric-REST-API-cause/m-p/4758636#M10799</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1300875"&gt;@Lukas_K&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I just wanted to check in and ask if the issue you were facing has been resolved. If not, we’d be happy to assist further—please let us know how we can help.&lt;/P&gt;
&lt;P&gt;Looking forward to your update!&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 08:06:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirroring-SQL-Server-New-tables-added-via-Fabric-REST-API-cause/m-p/4758636#M10799</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-07-10T08:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring SQL Server - New tables added via Fabric REST API cause full mirroring of all tables</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirroring-SQL-Server-New-tables-added-via-Fabric-REST-API-cause/m-p/4765221#M10959</link>
      <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1300875" target="_blank"&gt;@Lukas_K&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I just wanted to check in and ask if the issue you were facing has been resolved. If not, we’d be happy to assist further.&amp;nbsp;&lt;SPAN&gt;If the response has addressed your query, please&amp;nbsp;accept it as a solution&amp;nbsp;so that other members can easily find it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 12:02:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirroring-SQL-Server-New-tables-added-via-Fabric-REST-API-cause/m-p/4765221#M10959</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-07-16T12:02:01Z</dc:date>
    </item>
  </channel>
</rss>

