<?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 in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4421997#M7430</link>
    <description>&lt;P&gt;For all the people facing issue in previewing data. Please follow instructions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;SPAN&gt;1. You must enable external data access on the metastore. For more information, see&amp;nbsp;&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/external-access/admin#enable-external-data-access-on-the-metastore" target="_blank" rel="noopener"&gt;&lt;I&gt;&lt;SPAN&gt;Enable external data access on the metastore&lt;/SPAN&gt;&lt;/I&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;You must have the &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;EXTERNAL USE SCHEMA&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; privilege on the schema in Unity Catalog that &lt;/SPAN&gt;&lt;SPAN class=""&gt;contains&lt;/SPAN&gt;&lt;SPAN class=""&gt; the tables that will be accessed from Fabric. &lt;/SPAN&gt;&lt;SPAN class=""&gt;For more information,&lt;/SPAN&gt;&lt;SPAN class=""&gt; see&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/external-access/admin#external-schema" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/databricks/external-access/admin#external-schema&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently we dont support for storage account behind firewall. Please ensure your storage account is enabled with public network access.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2025 13:25:00 GMT</pubDate>
    <dc:creator>Mahens</dc:creator>
    <dc:date>2025-02-21T13:25:00Z</dc:date>
    <item>
      <title>Mirrored Azure Databricks Catalog</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4182502#M4323</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone tried using the latest feature of Mirroring Azure databricks unity catalog ?. I was able to successfully mirror unity catalog tables, but I'm facing an error with Unmanaged tables. I have tried User identity as well Service Principal. Enabled&amp;nbsp;&lt;SPAN&gt;“External Data Access” on the metastore,&amp;nbsp;“EXTERNAL_USE_SCHEMA” , “SELECT”,“USE” permissions has been provided already.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can query the managed table but i cant query unmanaged table. ADLS(unmanaged table) is not under any private network .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please suggest if i have missed any permissions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Srisakthi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 09:37:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4182502#M4323</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2024-09-27T09:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4196574#M4352</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/782160"&gt;@Srisakthi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I haven't used this preview feature yet.&amp;nbsp;I went through the relevant documentations, it seems&amp;nbsp;you’ve already covered many of the necessary steps for setting up and querying unmanaged (external) tables in Azure Databricks Unity Catalog. Here are a few additional things you might want to check:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Storage Credential and External Location&lt;/STRONG&gt;: Ensure that the storage credential and external location are correctly configured and associated with the external table. &lt;A class="" href="https://learn.microsoft.com/en-us/azure/databricks/sql/language-manual/sql-ref-external-tables" target="_blank" rel="noopener" data-citationid="ea952037-2867-761c-8735-0f8abed7b5ad-6-group"&gt;The external location should be accessible with the storage credential you have set up.&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P data-unlink="true"&gt;&lt;STRONG&gt;Permissions on External Location:&lt;/STRONG&gt; Verify that the necessary permissions are granted on the external location. This includes ensuring that the user or service principal has theREAD&amp;nbsp;and&amp;nbsp;WRITE&amp;nbsp;permissions on the Azure Data Lake Storage (ADLS) path.&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Schema Permissions:&lt;/STRONG&gt; Double-check that the EXTERNAL_USE_SCHEMA, SELECT, and USE&amp;nbsp;permissions are correctly applied to the schema containing the external table.&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Network Configuration: &lt;/STRONG&gt;Since your ADLS is not under any private network, ensure that there are no network restrictions or firewall rules that might be blocking access to the external storage.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Error Messages: &lt;/STRONG&gt;Review&amp;nbsp;the error messages when you failed to query from the external tables. It might give more insight into what is going wrong. Did you see any specific error messages?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;If you’ve verified all these aspects and are still facing issues, it might be helpful to reach out to &lt;A href="https://support.fabric.microsoft.com/support/" target="_blank" rel="noopener"&gt;Fabric support&lt;/A&gt; for more detailed troubleshooting.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Jing&lt;BR /&gt;&lt;EM&gt;If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos! &lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 03:10:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4196574#M4352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-30T03:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4199161#M4354</link>
      <description>&lt;P&gt;Hi Jing, Yeah as I mentioned earlier all those options are enabled already. Here is the screenshot of the error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Srisakthi_0-1727684629188.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1175678iF6C0D8F8E8F7F1E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Srisakthi_0-1727684629188.png" alt="Srisakthi_0-1727684629188.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Srisakthi_1-1727684688006.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1175682i0BF4D541FB64D57D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Srisakthi_1-1727684688006.png" alt="Srisakthi_1-1727684688006.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srisakthi&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 08:25:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4199161#M4354</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2024-09-30T08:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4199611#M4355</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/782160"&gt;@Srisakthi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried using other tools to connect to its SQL analytics endpoint and query data from the unmanaged tables? Would it succeed?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jing&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 09:30:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4199611#M4355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-30T09:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4205484#M4362</link>
      <description>&lt;P&gt;Hi Jing, Those tables are not listing in SQL endpoint.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Srisakthi_0-1727762630928.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1176190i0089B46DB1A08EE6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Srisakthi_0-1727762630928.png" alt="Srisakthi_0-1727762630928.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 06:03:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4205484#M4362</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2024-10-01T06:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4207785#M4369</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have exactly the same problem, i was able to mirror tables, i see the tables in the onelake but impossible to query the tables (external locations) and i dont see them in the sql endpoint of fabric...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 11:36:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4207785#M4369</guid>
      <dc:creator>lesommf</dc:creator>
      <dc:date>2024-10-01T11:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4209557#M4377</link>
      <description>&lt;P&gt;Experiencing the same issue. Complete the catalog mirror connection, but receive same error message as the others and also don't see any tables in the sql endpoint. When clicking 'Go to mirrored database' in the SQL endpoing page, nothing ever loads.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 16:44:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4209557#M4377</guid>
      <dc:creator>aaron2</dc:creator>
      <dc:date>2024-10-01T16:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4314905#M5498</link>
      <description>&lt;P&gt;I have very same issue. All is set up according to documentation and tables look synched with the databricks unity catalog. But I cannot view the data.&lt;BR /&gt;Is this related to firewall or VNET?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aaldo_666_0-1733386521762.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1210476i590618A46DA24B36/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aaldo_666_0-1733386521762.png" alt="aaldo_666_0-1733386521762.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 08:17:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4314905#M5498</guid>
      <dc:creator>aaldo_666</dc:creator>
      <dc:date>2024-12-05T08:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4317004#M5519</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/381889"&gt;@aaldo_666&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you checked your access to the underlying storage.? There could be a possiblity of firewall as well. Please check all the points mentioned above by&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srisakthi&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 12:16:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4317004#M5519</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2024-12-06T12:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4317119#M5521</link>
      <description>&lt;P&gt;One way to know underlying issue is , Try creating OneLake shortcut to Databricks artifact shortcut in schema enaled Lakehouse and see error while accessing table data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mostly either user who configured databricks connection might not have right permission or underlying storage account is behind firewall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 13:40:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4317119#M5521</guid>
      <dc:creator>Mahens</dc:creator>
      <dc:date>2024-12-06T13:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4420695#M7400</link>
      <description>&lt;P&gt;Any solution on this? I've the same sisue to mirrowing Databricks.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 23:49:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4420695#M7400</guid>
      <dc:creator>harrychenO365</dc:creator>
      <dc:date>2025-02-20T23:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4421280#M7410</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/936048"&gt;@harrychenO365&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please follow the solution provided by&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;. It will solve the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srisakthi&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 06:59:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4421280#M7410</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2025-02-21T06:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4421997#M7430</link>
      <description>&lt;P&gt;For all the people facing issue in previewing data. Please follow instructions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;SPAN&gt;1. You must enable external data access on the metastore. For more information, see&amp;nbsp;&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/external-access/admin#enable-external-data-access-on-the-metastore" target="_blank" rel="noopener"&gt;&lt;I&gt;&lt;SPAN&gt;Enable external data access on the metastore&lt;/SPAN&gt;&lt;/I&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;You must have the &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;EXTERNAL USE SCHEMA&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; privilege on the schema in Unity Catalog that &lt;/SPAN&gt;&lt;SPAN class=""&gt;contains&lt;/SPAN&gt;&lt;SPAN class=""&gt; the tables that will be accessed from Fabric. &lt;/SPAN&gt;&lt;SPAN class=""&gt;For more information,&lt;/SPAN&gt;&lt;SPAN class=""&gt; see&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/external-access/admin#external-schema" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/databricks/external-access/admin#external-schema&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently we dont support for storage account behind firewall. Please ensure your storage account is enabled with public network access.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 13:25:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4421997#M7430</guid>
      <dc:creator>Mahens</dc:creator>
      <dc:date>2025-02-21T13:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored Azure Databricks Catalog</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4421999#M7431</link>
      <description>&lt;P&gt;For all the people facing issue in previewing data. Please follow instructions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;SPAN&gt;1. You must enable external data access on the metastore. For more information, see&amp;nbsp;&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/external-access/admin#enable-external-data-access-on-the-metastore" target="_blank" rel="noopener"&gt;&lt;I&gt;&lt;SPAN&gt;Enable external data access on the metastore&lt;/SPAN&gt;&lt;/I&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp;&lt;SPAN class=""&gt;You must have the &lt;/SPAN&gt;&lt;SPAN class=""&gt;EXTERNAL USE SCHEMA&lt;/SPAN&gt;&lt;SPAN class=""&gt; privilege on the schema in Unity Catalog that contains the tables that will be accessed from Fabric. For more information, see&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/external-access/admin#external-schema" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/databricks/external-access/admin#external-schema&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently we dont support for storage account behind firewall. Please ensure your storage account is enabled with public network access.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 13:25:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mirrored-Azure-Databricks-Catalog/m-p/4421999#M7431</guid>
      <dc:creator>Mahens</dc:creator>
      <dc:date>2025-02-21T13:25:25Z</dc:date>
    </item>
  </channel>
</rss>

