<?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 Can't access the Lakehouse when using notebook in pipeline in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Can-t-access-the-Lakehouse-when-using-notebook-in-pipeline/m-p/4127524#M5207</link>
    <description>&lt;P&gt;When using notebooks with pipeline I was encountered with following error.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Py4JJavaError","evalue":"An error occurred while calling o4717.table.\n: java.lang.RuntimeException: Request failed: HTTP/1.1 403 Forbidden\n\tat com.microsoft.fabric.spark.metadata.Helpers$.executeRequest&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;It seems like a permission issue I have faced it when script running using notebooks. I was able to avoid it by draging the lakehouse to cell for once.&amp;nbsp; In notebooks I am using absoulte path for tables. Anyone have a soloution for this?&lt;/P&gt;</description>
    <pubDate>Fri, 30 Aug 2024 20:11:42 GMT</pubDate>
    <dc:creator>Anushka96</dc:creator>
    <dc:date>2024-08-30T20:11:42Z</dc:date>
    <item>
      <title>Can't access the Lakehouse when using notebook in pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Can-t-access-the-Lakehouse-when-using-notebook-in-pipeline/m-p/4127524#M5207</link>
      <description>&lt;P&gt;When using notebooks with pipeline I was encountered with following error.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Py4JJavaError","evalue":"An error occurred while calling o4717.table.\n: java.lang.RuntimeException: Request failed: HTTP/1.1 403 Forbidden\n\tat com.microsoft.fabric.spark.metadata.Helpers$.executeRequest&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;It seems like a permission issue I have faced it when script running using notebooks. I was able to avoid it by draging the lakehouse to cell for once.&amp;nbsp; In notebooks I am using absoulte path for tables. Anyone have a soloution for this?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 20:11:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Can-t-access-the-Lakehouse-when-using-notebook-in-pipeline/m-p/4127524#M5207</guid>
      <dc:creator>Anushka96</dc:creator>
      <dc:date>2024-08-30T20:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access the Lakehouse when using notebook in pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Can-t-access-the-Lakehouse-when-using-notebook-in-pipeline/m-p/4128521#M5211</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="782167" data-lia-user-login="Anushka96" class="lia-mention lia-mention-user"&gt;Anushka96&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This error usually means that you have been denied permissions when trying to access a resource.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you can do something below:&lt;/P&gt;
&lt;P&gt;1. make sure you are using the correct paths in your code. For example, use an absolute path instead of a relative path to access a table in Lakehouse.&lt;/P&gt;
&lt;P&gt;2. Make sure you have the proper permissions to access that resource. If it's an API call, confirm that your API key or token is valid and that you have sufficient permissions.&lt;/P&gt;
&lt;P&gt;3. Confirm that the URL you are requesting is correct, sometimes misspellings or wrong paths can cause 403 errors.&lt;/P&gt;
&lt;P&gt;4. Of course sometimes firewalls or security settings can block the request, make sure these settings allow your request to go through.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also check out this post below to gain more knowledge on the document:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/security-and-access-control-troubleshoot-guide?tabs=data-factory" target="_blank"&gt;Troubleshoot security and access control issues - Azure Data Factory &amp;amp; Azure Synapse | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&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;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yilong Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 01:36:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Can-t-access-the-Lakehouse-when-using-notebook-in-pipeline/m-p/4128521#M5211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-02T01:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access the Lakehouse when using notebook in pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Can-t-access-the-Lakehouse-when-using-notebook-in-pipeline/m-p/4128634#M5214</link>
      <description>&lt;P&gt;Notebook even tells that error when I am running them individually as well without using a pipeline. I am using abfs paths and also it working sometime.I am a workspace administrator so this cannot due to permission errors.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 02:26:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Can-t-access-the-Lakehouse-when-using-notebook-in-pipeline/m-p/4128634#M5214</guid>
      <dc:creator>Anushka96</dc:creator>
      <dc:date>2024-09-02T02:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access the Lakehouse when using notebook in pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Can-t-access-the-Lakehouse-when-using-notebook-in-pipeline/m-p/4132692#M5244</link>
      <description>&lt;P&gt;I got the same error, but this fixed it for me:&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Engineering/An-error-occurred-while-calling-o321-sql/m-p/4130849#M3870" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Data-Engineering/An-error-occurred-while-calling-o321-sql/m-p/4130849#M3870&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 06:42:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Can-t-access-the-Lakehouse-when-using-notebook-in-pipeline/m-p/4132692#M5244</guid>
      <dc:creator>ML15</dc:creator>
      <dc:date>2024-09-04T06:42:23Z</dc:date>
    </item>
  </channel>
</rss>

