<?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: Fabric Notebook with a default lakhouse (Silver) and another lakehouse mounted (Gold) in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4739000#M10330</link>
    <description>&lt;P&gt;You could try saveAsTable:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;dfBlockersKey_reordered.write \
    .format("delta") \
    .mode("overwrite") \
    .saveAsTable("dev_timesheet_gold_lh.dimCustomer")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jun 2025 17:04:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-06-20T17:04:39Z</dc:date>
    <item>
      <title>Fabric Notebook with a default lakhouse (Silver) and another lakehouse mounted (Gold)</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4738943#M10329</link>
      <description>&lt;P&gt;I am creating a dataframe with data from silver lakehouse so this is the default one. dev_silver_lk&lt;/P&gt;&lt;P&gt;But I want to create a dimension Delta Parquet file in the gold lakehouse dev_gold_lk&lt;/P&gt;&lt;P&gt;I have also mounted this Data lake to the notebook (They both are in public preview as I have Schemas ticked)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I just cant seem to do it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Surely this should be possible?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suspect it might be because my Lakehouse has Preview schemas? I tried this and it didnt work in Pyspark Notebook&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;gold_lh&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"dev_timesheet_gold_lh"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;target_path&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;gold_lh&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;"/Tables/dimCustomer"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from&lt;/SPAN&gt; &lt;SPAN&gt;delta&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;tables&lt;/SPAN&gt; &lt;SPAN&gt;import&lt;/SPAN&gt; &lt;SPAN&gt;DeltaTable&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;dfBlockersKey_reordered&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;write&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;format&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"delta"&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;mode&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"overwrite"&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;save&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;target_path&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;But I just get&amp;nbsp;&lt;SPAN class=""&gt;Py4JJavaError&lt;/SPAN&gt;: An error occurred while calling o17332.save. : Operation failed: "Bad Request", 400, HEAD,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Jun 2025 15:51:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4738943#M10329</guid>
      <dc:creator>DebbieE</dc:creator>
      <dc:date>2025-06-20T15:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook with a default lakhouse (Silver) and another lakehouse mounted (Gold)</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4739000#M10330</link>
      <description>&lt;P&gt;You could try saveAsTable:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;dfBlockersKey_reordered.write \
    .format("delta") \
    .mode("overwrite") \
    .saveAsTable("dev_timesheet_gold_lh.dimCustomer")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 17:04:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4739000#M10330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-20T17:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook with a default lakhouse (Silver) and another lakehouse mounted (Gold)</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4741623#M10385</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="76077" data-lia-user-login="DebbieE" class="lia-mention lia-mention-user"&gt;DebbieE&lt;/a&gt;&amp;nbsp; , &lt;BR /&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Currently Lakehouse with schema enabled have some limitations as they are still in public preview, &lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;source: &lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-schemas#public-preview-limitations" target="_blank"&gt;Lakehouse schemas (Preview) - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please try performing the operation with schemas disabled to see if the issue still occurs.&lt;BR /&gt;&lt;BR /&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>Tue, 24 Jun 2025 04:09:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4741623#M10385</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2025-06-24T04:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook with a default lakhouse (Silver) and another lakehouse mounted (Gold)</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4742082#M10393</link>
      <description>&lt;P&gt;Try providing full ABFSS path:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;DELTA_TABLE_PATH = "abfss://(workspace id)@onelake.dfs.fabric.microsoft.com/(lakehouse id)/Tables/(tablename)"

delta_table = DeltaTable.forPath(spark, DELTA_TABLE_PATH)
...&lt;/LI-CODE&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Jun 2025 09:31:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4742082#M10393</guid>
      <dc:creator>PanuO</dc:creator>
      <dc:date>2025-06-24T09:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook with a default lakhouse (Silver) and another lakehouse mounted (Gold)</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4746888#M10469</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="76077" data-lia-user-login="DebbieE" class="lia-mention lia-mention-user"&gt;DebbieE&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>Fri, 27 Jun 2025 17:13:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4746888#M10469</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2025-06-27T17:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook with a default lakhouse (Silver) and another lakehouse mounted (Gold)</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4747752#M10483</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="76077" data-lia-user-login="DebbieE" class="lia-mention lia-mention-user"&gt;DebbieE&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, 30 Jun 2025 04:01:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4747752#M10483</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2025-06-30T04:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook with a default lakhouse (Silver) and another lakehouse mounted (Gold)</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4752819#M10626</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="76077" data-lia-user-login="DebbieE" class="lia-mention lia-mention-user"&gt;DebbieE&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>Fri, 04 Jul 2025 03:54:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4752819#M10626</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2025-07-04T03:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook with a default lakhouse (Silver) and another lakehouse mounted (Gold)</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4765174#M10955</link>
      <description>&lt;P&gt;I have given up on Lakehouse with Schema enabled. Another fail for me right now&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 11:31:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-with-a-default-lakhouse-Silver-and-another/m-p/4765174#M10955</guid>
      <dc:creator>DebbieE</dc:creator>
      <dc:date>2025-07-16T11:31:43Z</dc:date>
    </item>
  </channel>
</rss>

