<?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: working with a Bronze Delta Lake and a Silver dataLake in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/working-with-a-Bronze-Delta-Lake-and-a-Silver-dataLake/m-p/4016143#M2753</link>
    <description>&lt;P&gt;If you want to create delta table, you can use saveAsTable function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-notebook-load-data" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-notebook-load-data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See also:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Engineering/Writing-to-a-Lakehouse-in-different-workspace-from-Notebook/m-p/3828496/highlight/true#M6191" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Data-Engineering/Writing-to-a-Lakehouse-in-different-workspace-from-Notebook/m-p/3828496/highlight/true#M6191&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-save-a-table-in-Fabric-Lakehouse/m-p/3888775" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-save-a-table-in-Fabric-Lakehouse/m-p/3888775&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jun 2024 18:04:49 GMT</pubDate>
    <dc:creator>frithjof_v</dc:creator>
    <dc:date>2024-06-28T18:04:49Z</dc:date>
    <item>
      <title>working with a Bronze Delta Lake and a Silver dataLake</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/working-with-a-Bronze-Delta-Lake-and-a-Silver-dataLake/m-p/4015783#M2747</link>
      <description>&lt;P&gt;I have created a Notebook and added the Bronze Delta Lake&amp;nbsp; to transform the data in there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want to create Delta tables from them&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;df.write.mode(&lt;/SPAN&gt;&lt;SPAN&gt;"overwrite"&lt;/SPAN&gt;&lt;SPAN&gt;).parquet(&lt;/SPAN&gt;&lt;SPAN&gt;'Files/Data/Silver/datatransformed.parquet'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;However, this just creates a Filver Folder in the Delta Lake and I want to save to another data lake? SilverTrainingDL&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Is there any way of doing this?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Jun 2024 14:03:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/working-with-a-Bronze-Delta-Lake-and-a-Silver-dataLake/m-p/4015783#M2747</guid>
      <dc:creator>DebbieE</dc:creator>
      <dc:date>2024-06-28T14:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: working with a Bronze Delta Lake and a Silver dataLake</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/working-with-a-Bronze-Delta-Lake-and-a-Silver-dataLake/m-p/4016041#M2750</link>
      <description>&lt;P&gt;If you add the Silver Lakehouse to your notebook and then&lt;/P&gt;&lt;P&gt;Copy the ABFS path to the files, that will be the path you want to use to write the file to.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 16:23:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/working-with-a-Bronze-Delta-Lake-and-a-Silver-dataLake/m-p/4016041#M2750</guid>
      <dc:creator>jjaeger94</dc:creator>
      <dc:date>2024-06-28T16:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: working with a Bronze Delta Lake and a Silver dataLake</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/working-with-a-Bronze-Delta-Lake-and-a-Silver-dataLake/m-p/4016143#M2753</link>
      <description>&lt;P&gt;If you want to create delta table, you can use saveAsTable function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-notebook-load-data" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-notebook-load-data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See also:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Engineering/Writing-to-a-Lakehouse-in-different-workspace-from-Notebook/m-p/3828496/highlight/true#M6191" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Data-Engineering/Writing-to-a-Lakehouse-in-different-workspace-from-Notebook/m-p/3828496/highlight/true#M6191&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-save-a-table-in-Fabric-Lakehouse/m-p/3888775" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-save-a-table-in-Fabric-Lakehouse/m-p/3888775&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 18:04:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/working-with-a-Bronze-Delta-Lake-and-a-Silver-dataLake/m-p/4016143#M2753</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-06-28T18:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: working with a Bronze Delta Lake and a Silver dataLake</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/working-with-a-Bronze-Delta-Lake-and-a-Silver-dataLake/m-p/4018321#M2769</link>
      <description>&lt;P&gt;I have the Bronze Lakehouse added but I dont know how to add another Lakehouse tob the notebook so i have two?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ahhhh OK, You can add another one. Lets see if I can do the above......&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I right click on the Tables folder in the notebook all I get is refresh. No copy ABFS path because nothing is there yet.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 10:01:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/working-with-a-Bronze-Delta-Lake-and-a-Silver-dataLake/m-p/4018321#M2769</guid>
      <dc:creator>DebbieE</dc:creator>
      <dc:date>2024-07-01T10:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: working with a Bronze Delta Lake and a Silver dataLake</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/working-with-a-Bronze-Delta-Lake-and-a-Silver-dataLake/m-p/4018338#M2771</link>
      <description>&lt;P&gt;Ah&amp;nbsp; It worked when I did this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;df.write.mode(&lt;/SPAN&gt;&lt;SPAN&gt;"overwrite"&lt;/SPAN&gt;&lt;SPAN&gt;).option(&lt;/SPAN&gt;&lt;SPAN&gt;"overwriteSchema"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"true"&lt;/SPAN&gt;&lt;SPAN&gt;).format(&lt;/SPAN&gt;&lt;SPAN&gt;"delta"&lt;/SPAN&gt;&lt;SPAN&gt;).saveAsTable(&lt;/SPAN&gt;&lt;SPAN&gt;"GoldTraininglh.dimContestant"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 01 Jul 2024 10:27:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/working-with-a-Bronze-Delta-Lake-and-a-Silver-dataLake/m-p/4018338#M2771</guid>
      <dc:creator>DebbieE</dc:creator>
      <dc:date>2024-07-01T10:27:59Z</dc:date>
    </item>
  </channel>
</rss>

