<?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: Lakehouse Connection issue using SQL Endpoint in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4738487#M3293</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1282874" data-lia-user-login="Pratik_0527" class="lia-mention lia-mention-user"&gt;Pratik_0527&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thank you for providing an update to your issue. As suggested please explore modifications to your code to integrate REST API.&lt;BR /&gt;Also kindly update the community members if there is any breakthrough with Fabric team so as to help other members who may face similar issue in the future.&lt;BR /&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jun 2025 09:15:26 GMT</pubDate>
    <dc:creator>v-nmadadi-msft</dc:creator>
    <dc:date>2025-06-20T09:15:26Z</dc:date>
    <item>
      <title>Lakehouse Connection issue using SQL Endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4722803#M3179</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to connect to Fabric Lakehouse through a C++ using the SQL Endpoint. I have registered the APP in Azzure and generated a client ID. Using this to connect im getting below error. Can somebody guide what needs to be done here? Are we missing anything ?&lt;BR /&gt;&lt;BR /&gt;Error Message : "&lt;SPAN&gt;Error details: error invalid_client error_description: AADSTS650057: Invalid resource. The client has requested access to a resource which is not listed in the requested permissions in the client's application registration.&amp;nbsp;Resource value from request: &lt;A href="https://pbipneu9-northeurope.pbidedicated.windows.net" target="_blank" rel="noopener"&gt;https://pbipneu9-northeurope.pbidedicated.windows.net&lt;/A&gt;. Resource app ID: cb4dc29f-0bf4-402a-8b30-7511498ed654. List of valid resources from app registration: 00000003-0000-0000-c000-000000000000.&lt;/SPAN&gt;"&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 09:28:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4722803#M3179</guid>
      <dc:creator>Pratik_0527</dc:creator>
      <dc:date>2025-06-06T09:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Connection issue using SQL Endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4723322#M3185</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1282874" data-lia-user-login="Pratik_0527" class="lia-mention lia-mention-user"&gt;Pratik_0527&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have you done this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Navigate to your app registration in the Azure Portal.&lt;BR /&gt;2. Under API permissions, click + Add a permission → Microsoft APIs → Power BI Service.&lt;BR /&gt;3. Select delegated or application permissions (e.g., `Dataset.ReadWrite.All` or `Reports.Read.All`, depending on your use case).&lt;BR /&gt;4. Click Add permissions and have an admin grant tenant-wide consent&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 14:53:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4723322#M3185</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-06-06T14:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Connection issue using SQL Endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4723775#M3188</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1282874" data-lia-user-login="Pratik_0527" class="lia-mention lia-mention-user"&gt;Pratik_0527&lt;/a&gt;&amp;nbsp; , &lt;BR /&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;BR /&gt;&lt;BR /&gt;Check these troubleshooting steps:&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; Please ensure that the caller has contributor or higher workspace role.&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; The required delegated scope to call lakehouse are Lakehouse.ReadWrite.All or item.ReadWrite.All, ensure&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;these are in place.&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; &amp;nbsp;Since you're calling from a C++ app make sure you're using the correct token endpoint.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;For Ex if it is to get lakehouse it should be something like this &lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GET &lt;A href="https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/lakehouses/{lakehouseId" target="_blank"&gt;https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/lakehouses/{lakehouseId&lt;/A&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If this post&amp;nbsp;helps, then please consider&amp;nbsp;Accepting as solution&amp;nbsp;to help the other members find it more quickly and consider giving a&amp;nbsp;KUDOS.&amp;nbsp;Feel free to reach out if you need further assistance.&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2025 05:27:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4723775#M3188</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2025-06-07T05:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Connection issue using SQL Endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4726755#M3205</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1282874" data-lia-user-login="Pratik_0527" class="lia-mention lia-mention-user"&gt;Pratik_0527&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 08:49:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4726755#M3205</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2025-06-10T08:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Connection issue using SQL Endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4728050#M3214</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="913195" data-lia-user-login="nilendraFabric" class="lia-mention lia-mention-user"&gt;nilendraFabric&lt;/a&gt;&amp;nbsp;we do have this permission setup present in Azzure. Also we are not using Power BI. its a C++ driver code.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 06:05:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4728050#M3214</guid>
      <dc:creator>Pratik_0527</dc:creator>
      <dc:date>2025-06-11T06:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Connection issue using SQL Endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4728053#M3215</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="882991" data-lia-user-login="v-nmadadi-msft" class="lia-mention lia-mention-user"&gt;v-nmadadi-msft&lt;/a&gt;&amp;nbsp;We have verified the enpoint that we are using with the help of Native driver by microsoft and the SSMS tool. Both are able to connect to the Lakehouse.&amp;nbsp;&lt;BR /&gt;Also we are not using CURL as the "GET" request suggested by you shows something like CURL API.&lt;BR /&gt;Let us know if Lakehouse connectivity requires CURL API calls?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 06:10:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4728053#M3215</guid>
      <dc:creator>Pratik_0527</dc:creator>
      <dc:date>2025-06-11T06:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Connection issue using SQL Endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4728055#M3216</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Its not resolved yet&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 06:12:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4728055#M3216</guid>
      <dc:creator>Pratik_0527</dc:creator>
      <dc:date>2025-06-11T06:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Connection issue using SQL Endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4731420#M3245</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1282874" data-lia-user-login="Pratik_0527" class="lia-mention lia-mention-user"&gt;Pratik_0527&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;If you are trying to connect to SQL endpoint using a C++ app,&lt;BR /&gt;you have to use REST API and the supported features for it are&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/sqlendpoint/items" target="_blank"&gt;Items - REST API (SQLEndpoint) | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;whereas for lakehouse these are the supported features&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/lakehouse/items" target="_blank"&gt;Items - REST API (Lakehouse) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If this post&amp;nbsp;helps, then please consider&amp;nbsp;Accepting as solution&amp;nbsp;to help the other members find it more quickly and consider giving a&amp;nbsp;KUDOS.&amp;nbsp;Feel free to reach out if you need further assistance.&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 10:48:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4731420#M3245</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2025-06-13T10:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Connection issue using SQL Endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4731449#M3246</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the revert, Let us take a look at this REST API usage and feasibility in our code setup. We will surely try it and update with our findings.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 11:16:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4731449#M3246</guid>
      <dc:creator>Pratik_0527</dc:creator>
      <dc:date>2025-06-13T11:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Connection issue using SQL Endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4732792#M3257</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1282874" data-lia-user-login="Pratik_0527" class="lia-mention lia-mention-user"&gt;Pratik_0527&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If our responses has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&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;</description>
      <pubDate>Mon, 16 Jun 2025 04:59:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4732792#M3257</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2025-06-16T04:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Connection issue using SQL Endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4736792#M3286</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1282874" data-lia-user-login="Pratik_0527" class="lia-mention lia-mention-user"&gt;Pratik_0527&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the community members for the issue worked. If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks and regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 06:08:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4736792#M3286</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2025-06-19T06:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Connection issue using SQL Endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4737037#M3288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="882991" data-lia-user-login="v-nmadadi-msft" class="lia-mention lia-mention-user"&gt;v-nmadadi-msft&lt;/a&gt;&amp;nbsp;the issue is still there. We are not able to connect yet. Also some of the solutions suggested were using highend APIs like REST which our current code is not dealing with. We are working with Microsoft fabric team and will update here as soon as we get any break through&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 07:28:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4737037#M3288</guid>
      <dc:creator>Pratik_0527</dc:creator>
      <dc:date>2025-06-19T07:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Connection issue using SQL Endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4738487#M3293</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1282874" data-lia-user-login="Pratik_0527" class="lia-mention lia-mention-user"&gt;Pratik_0527&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thank you for providing an update to your issue. As suggested please explore modifications to your code to integrate REST API.&lt;BR /&gt;Also kindly update the community members if there is any breakthrough with Fabric team so as to help other members who may face similar issue in the future.&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 09:15:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4738487#M3293</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2025-06-20T09:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Connection issue using SQL Endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4743079#M3319</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="882991" data-lia-user-login="v-nmadadi-msft" class="lia-mention lia-mention-user"&gt;v-nmadadi-msft&lt;/a&gt;&amp;nbsp;, We found the solution for the issue. For lakehouse, the connection gets rerouted to some different URL. Initially we were tokenizing it and trying to connect to it, but the trick is you need to perform socket , prelogin on the original end point and "send the redirected URL to the login stage" while using the TDS protocol. PFB sample :&lt;BR /&gt;&lt;STRONG&gt;original Sql end point&lt;/STRONG&gt; :&amp;nbsp;nkttul5irfuejgeufneefoktjm-obtyxdfizvlura7ao2yincxurq.datawarehouse.fabric.microsoft.com&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Redircted URL&lt;/STRONG&gt; :&amp;nbsp;pbipneu9-northeurope.pbidedicated.windows.net\ABCDUL5IRFUEJGEUFNEEFOKTJM-CCSJOZJPH6FE5GFNZMCN4ILWLA-dw:1433&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Existing code logic trying to connect&lt;/STRONG&gt; :&amp;nbsp;pbipneu9-northeurope.pbidedicated.windows.net&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 05:59:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4743079#M3319</guid>
      <dc:creator>Pratik_0527</dc:creator>
      <dc:date>2025-06-25T05:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Connection issue using SQL Endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4743101#M3322</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1282874" data-lia-user-login="Pratik_0527" class="lia-mention lia-mention-user"&gt;Pratik_0527&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We really appreciate your efforts and for letting us know the update on the issue.&lt;BR /&gt;Please accept your reply as the solution so as to help other community members who may come across this post in the future.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Additionally continue using fabric community forum for your further assistance.&lt;BR /&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 06:23:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Lakehouse-Connection-issue-using-SQL-Endpoint/m-p/4743101#M3322</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2025-06-25T06:23:35Z</dc:date>
    </item>
  </channel>
</rss>

