<?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: Mirrored Azure Databricks Catalog - Cannot fetch data after adding tables in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog-Cannot-fetch-data-after-adding/m-p/4821907#M12258</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/807477"&gt;@SørenBrandt&lt;/a&gt;,&lt;BR /&gt;&lt;BR data-start="100" data-end="103" /&gt;Just checking in did any of those steps help resolve the issue with your mirrored catalog, or are you still running into the same behavior?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Akhil.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Sep 2025 04:36:09 GMT</pubDate>
    <dc:creator>v-agajavelly</dc:creator>
    <dc:date>2025-09-10T04:36:09Z</dc:date>
    <item>
      <title>Mirrored Azure Databricks Catalog - Cannot fetch data after adding tables</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog-Cannot-fetch-data-after-adding/m-p/4815564#M12121</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm struggling with the following:&lt;/P&gt;&lt;P&gt;1. I have a working Mirrored Azure Databricks Catalog.&lt;/P&gt;&lt;P&gt;2. I add tables to the databricks schema.&lt;/P&gt;&lt;P&gt;3. I select "Manage Catalog" and add the new tables.&lt;/P&gt;&lt;P&gt;4. The Mirrored Azure Databricks Catalog is no longer able to fetch any data, including tables that worked until step 3. After a while, I get the error message "&lt;SPAN class=""&gt;Couldn't access data.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Check your permissions for this catalog or try again later."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;5. After a few hours,&amp;nbsp;&lt;/SPAN&gt;things suddenly start working again. Or, that's at least what happened yesterday. Today, I am again in the situation where the mirror is no longer working and waiting for magic to kick in.&lt;/P&gt;&lt;P&gt;If I create a new mirror item in the same workspace and using the same connection details, it works. Also during the period where the original mirror is not.&lt;/P&gt;&lt;P&gt;Any ideas on what may be going on, and if there's anything I can do myself? It's not practical to create a new mirrored catalog each time tables are added.&lt;/P&gt;&lt;P&gt;BR,&lt;BR /&gt;Søren&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 11:33:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog-Cannot-fetch-data-after-adding/m-p/4815564#M12121</guid>
      <dc:creator>SørenBrandt</dc:creator>
      <dc:date>2025-09-03T11:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog - Cannot fetch data after adding tables</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog-Cannot-fetch-data-after-adding/m-p/4815813#M12124</link>
      <description>&lt;P&gt;&lt;!--  StartFragment   --&gt;&lt;/P&gt;&lt;P&gt;This behavior typically stems from a temporary desynchronization between Microsoft Fabric and the Unity Catalog in Azure Databricks. When new tables are added and selected via "Manage Catalog," the mirrored item may enter a state where metadata or permissions are not fully refreshed, resulting in the error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Couldn't access data. Check your permissions for this catalog or try again later."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Root Causes&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Delayed metadata propagation&lt;/STRONG&gt; from Unity Catalog to Fabric&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;OAuth token refresh failure&lt;/STRONG&gt; or expired credentials&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Schema-level permission inconsistencies&lt;/STRONG&gt; for newly added tables&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Fabric caching or sync lag&lt;/STRONG&gt; after modifying catalog selections&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recommended Actions&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Re-authenticate the Databricks connection&lt;/STRONG&gt;&lt;BR /&gt;Go to &lt;EM&gt;Manage Connections and Gateways&lt;/EM&gt; in Fabric and re-enter credentials. This often resolves access issues immediately.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Verify Unity Catalog permissions&lt;/STRONG&gt;&lt;BR /&gt;Ensure the user or service principal has:&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;USE CATALOG&lt;/LI&gt;&lt;LI&gt;USE SCHEMA&lt;/LI&gt;&lt;LI&gt;SELECT on all relevant tables&lt;/LI&gt;&lt;LI&gt;EXTERNAL USE SCHEMA (required for mirroring)&lt;/LI&gt;&lt;/UL&gt;&lt;LI&gt;&lt;STRONG&gt;Avoid toggling entire schemas&lt;/STRONG&gt;&lt;BR /&gt;When adding new tables, select them individually rather than re-selecting the whole schema. This minimizes disruption to existing metadata sync.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Disable auto-sync if unstable&lt;/STRONG&gt;&lt;BR /&gt;If automatic syncing of future catalog changes causes issues, consider disabling it and manually managing table selections.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Create a new mirror only as a last resort&lt;/STRONG&gt;&lt;BR /&gt;While creating a new mirrored item may temporarily resolve the issue, it’s not sustainable. Focus on stabilizing the existing mirror through connection and permission checks.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;!--  EndFragment   --&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 15:03:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog-Cannot-fetch-data-after-adding/m-p/4815813#M12124</guid>
      <dc:creator>anilgavhane</dc:creator>
      <dc:date>2025-09-03T15:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog - Cannot fetch data after adding tables</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog-Cannot-fetch-data-after-adding/m-p/4816354#M12132</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/807477"&gt;@SørenBrandt&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/87706"&gt;@anilgavhane&lt;/a&gt;&amp;nbsp;r for the detailed explanation.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/807477"&gt;@SørenBrandt&lt;/a&gt;&amp;nbsp;&amp;nbsp;did you get a chance to try the suggested steps like re-authenticating the connection, verifying Unity Catalog permissions, or adding tables individually instead of re-selecting the whole schema? Curious to know if that helped stabilize your mirrored catalog.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Akhil.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 06:03:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog-Cannot-fetch-data-after-adding/m-p/4816354#M12132</guid>
      <dc:creator>v-agajavelly</dc:creator>
      <dc:date>2025-09-04T06:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog - Cannot fetch data after adding tables</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog-Cannot-fetch-data-after-adding/m-p/4821907#M12258</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/807477"&gt;@SørenBrandt&lt;/a&gt;,&lt;BR /&gt;&lt;BR data-start="100" data-end="103" /&gt;Just checking in did any of those steps help resolve the issue with your mirrored catalog, or are you still running into the same behavior?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Akhil.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 04:36:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog-Cannot-fetch-data-after-adding/m-p/4821907#M12258</guid>
      <dc:creator>v-agajavelly</dc:creator>
      <dc:date>2025-09-10T04:36:09Z</dc:date>
    </item>
  </channel>
</rss>

