<?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: Forbidden error using saveAsTable in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Forbidden-error-using-saveAsTable/m-p/4115027#M3732</link>
    <description>&lt;P&gt;I have the same issue, and I know this has worked before. It stopped working yesterday (about 16-17 hours before this post was when I noticed it). Reading tables (e.g.&amp;nbsp;&lt;SPAN&gt;spark.read.table("lakehouse.schema.table") does not work, but reading using path (e.g.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;spark.read.format("delta").load("Tables/schema/table")) does work. And same for writing. Receiving 403 forbidden error. Only happens on schema enabled lakehouse.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Aug 2024 06:50:28 GMT</pubDate>
    <dc:creator>PontusPersson</dc:creator>
    <dc:date>2024-08-23T06:50:28Z</dc:date>
    <item>
      <title>Forbidden error using saveAsTable</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Forbidden-error-using-saveAsTable/m-p/4114348#M3723</link>
      <description>&lt;P&gt;I have a dataframe. Trying to simply saveAsTable (delta). I get a strange Forbidden error. I am admin in the workspace and I'm the one that created the lakehouse. I've tried just using a table name, using lakehouse name dot table name, and using dbo in the middle. Baffled.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 23:15:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Forbidden-error-using-saveAsTable/m-p/4114348#M3723</guid>
      <dc:creator>PeterDaniels</dc:creator>
      <dc:date>2024-08-22T23:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Forbidden error using saveAsTable</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Forbidden-error-using-saveAsTable/m-p/4114377#M3724</link>
      <description>&lt;P&gt;Schema enabled Lakehouse?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same issue here, it seems: &lt;A href="https://community.fabric.microsoft.com/t5/Data-Engineering/Error-when-writing-data-into-schema-enabled-lakehouse-using/m-p/4111069#M3708" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Data-Engineering/Error-when-writing-data-into-schema-enabled-lakehouse-using/m-p/4111069#M3708&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A possible solution was proposed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, schema enabled Lakehouses have big limitations at the moment. It's a preview feature still.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 00:02:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Forbidden-error-using-saveAsTable/m-p/4114377#M3724</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-08-23T00:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Forbidden error using saveAsTable</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Forbidden-error-using-saveAsTable/m-p/4114404#M3725</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/581590"&gt;@PeterDaniels&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your reply from frithjof_v&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to reproduce your error with the preview schema feature enabled, and the error occurs seemingly because of an architecture mismatch.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vhuijieymsft_0-1724373778761.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1155769iE51BE8F50403BB39/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vhuijieymsft_0-1724373778761.png" alt="vhuijieymsft_0-1724373778761.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the statement “SaveAsTable” works fine, you can try it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;df = spark.read.format(“csv”).option(“header”, “false”).load( “Files/2019.csv")

# Create a new table
df.write.format(“delta”).saveAsTable(“test2”)&lt;/LI-CODE&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="vhuijieymsft_1-1724373778765.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1155768i945C02DA10945594/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vhuijieymsft_1-1724373778765.png" alt="vhuijieymsft_1-1724373778765.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any other questions please feel free to contact me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yang&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Thanks a lot!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 00:44:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Forbidden-error-using-saveAsTable/m-p/4114404#M3725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-23T00:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Forbidden error using saveAsTable</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Forbidden-error-using-saveAsTable/m-p/4115027#M3732</link>
      <description>&lt;P&gt;I have the same issue, and I know this has worked before. It stopped working yesterday (about 16-17 hours before this post was when I noticed it). Reading tables (e.g.&amp;nbsp;&lt;SPAN&gt;spark.read.table("lakehouse.schema.table") does not work, but reading using path (e.g.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;spark.read.format("delta").load("Tables/schema/table")) does work. And same for writing. Receiving 403 forbidden error. Only happens on schema enabled lakehouse.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 06:50:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Forbidden-error-using-saveAsTable/m-p/4115027#M3732</guid>
      <dc:creator>PontusPersson</dc:creator>
      <dc:date>2024-08-23T06:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Forbidden error using saveAsTable</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Forbidden-error-using-saveAsTable/m-p/4150714#M4081</link>
      <description>&lt;P&gt;Yeah. I think the solution for now is to not use schema enabled lakehouses. Hopefully that feature will get more robust as it heads towards GA&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Sep 2024 12:42:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Forbidden-error-using-saveAsTable/m-p/4150714#M4081</guid>
      <dc:creator>PeterDaniels</dc:creator>
      <dc:date>2024-09-14T12:42:05Z</dc:date>
    </item>
  </channel>
</rss>

