<?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 Tutorial issues creating Delta Tables with notebook in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Tutorial-issues-creating-Delta-Tables-with-notebook/m-p/4233753#M4496</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the root cause of this error are different data types in columns&amp;nbsp;&lt;SPAN&gt;&lt;SPAN&gt;CustomerKey and&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;LineageKey. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In step 3 of this turorial (&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/tutorial-build-lakehouse" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/tutorial-build-lakehouse&lt;/A&gt;) you import a csv to the wwilakehouse via Data Flow Gen2 and create a dimension_customer table.&amp;nbsp;The second transformation step contains a transformation of field customer_key and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;LineageKey&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to bigint (int64).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Step 5 (&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/tutorial-lakehouse-data-preparation" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/tutorial-lakehouse-data-preparation&lt;/A&gt;) of this tutorial uses PySpark Notebooks to merge csv files into the dimension_customer table. The data types for the mentioned columns are int (int32). You can compare the data types by renaming the target file from step 3 into dimension_customer_csv and execute the data flow again.&lt;BR /&gt;&lt;BR /&gt;Resulting tabel from step 3:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GeraldGast_0-1728397326625.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1179692iFAE5AAF77747AD71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GeraldGast_0-1728397326625.png" alt="GeraldGast_0-1728397326625.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Resulting table from step 5:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GeraldGast_1-1728397366753.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1179693i149EAAFDC19F6977/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GeraldGast_1-1728397366753.png" alt="GeraldGast_1-1728397366753.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Solution:&lt;BR /&gt;In step 3 of the tutorial you have to adjust the last transformation step as following:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"CustomerKey"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;FONT color="#FF0000"&gt;Int32&lt;/FONT&gt;.Type}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"WWICustomerID"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;FONT color="#FF0000"&gt;Int32&lt;/FONT&gt;.Type}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"Customer"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;text&lt;/SPAN&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"BillToCustomer"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;text&lt;/SPAN&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"Category"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;text&lt;/SPAN&gt;&lt;SPAN&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"BuyingGroup"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;text&lt;/SPAN&gt;&lt;SPAN&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"PrimaryContact"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;text&lt;/SPAN&gt;&lt;SPAN&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"PostalCode"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;text&lt;/SPAN&gt;&lt;SPAN&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"ValidFrom"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;datetime&lt;/SPAN&gt;&lt;SPAN&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"ValidTo"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;datetime&lt;/SPAN&gt;&lt;SPAN&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"LineageKey"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;FONT color="#FF0000"&gt; Int32.&lt;/FONT&gt;Type}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Safe and execute.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;dimension_customer should now have int32 data types for&amp;nbsp;CustomerKey, WWICustomerID and LineageKey. And this ensures, that the execution of the merge statement in PySpark notebook does not raise the mentioned error.&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2024 14:27:59 GMT</pubDate>
    <dc:creator>GeraldGast</dc:creator>
    <dc:date>2024-10-08T14:27:59Z</dc:date>
    <item>
      <title>Lakehouse Tutorial issues creating Delta Tables with notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Tutorial-issues-creating-Delta-Tables-with-notebook/m-p/4233606#M4494</link>
      <description>&lt;P&gt;Hey Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am following the End-to-end Lake House Tutorial under&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/tutorial-lakehouse-data-preparation" target="_blank" rel="noopener"&gt;Lakehouse tutorial - Prepare and transform lakehouse data - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;When running the first Notebook '01 - Create Delta Tables' I get an Analysis Exception for creating the dimensions tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;'AnalysisException&lt;/SPAN&gt;&lt;SPAN&gt;: [DELTA_FAILED_TO_MERGE_FIELDS] Failed to merge fields 'CustomerKey' and 'CustomerKey''&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IHPROLAN_0-1728392064715.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1179649i909E5E6DFED4694E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IHPROLAN_0-1728392064715.png" alt="IHPROLAN_0-1728392064715.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 12:57:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Tutorial-issues-creating-Delta-Tables-with-notebook/m-p/4233606#M4494</guid>
      <dc:creator>IHPROLAN</dc:creator>
      <dc:date>2024-10-08T12:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Tutorial issues creating Delta Tables with notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Tutorial-issues-creating-Delta-Tables-with-notebook/m-p/4233753#M4496</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the root cause of this error are different data types in columns&amp;nbsp;&lt;SPAN&gt;&lt;SPAN&gt;CustomerKey and&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;LineageKey. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In step 3 of this turorial (&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/tutorial-build-lakehouse" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/tutorial-build-lakehouse&lt;/A&gt;) you import a csv to the wwilakehouse via Data Flow Gen2 and create a dimension_customer table.&amp;nbsp;The second transformation step contains a transformation of field customer_key and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;LineageKey&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to bigint (int64).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Step 5 (&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/tutorial-lakehouse-data-preparation" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/tutorial-lakehouse-data-preparation&lt;/A&gt;) of this tutorial uses PySpark Notebooks to merge csv files into the dimension_customer table. The data types for the mentioned columns are int (int32). You can compare the data types by renaming the target file from step 3 into dimension_customer_csv and execute the data flow again.&lt;BR /&gt;&lt;BR /&gt;Resulting tabel from step 3:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GeraldGast_0-1728397326625.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1179692iFAE5AAF77747AD71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GeraldGast_0-1728397326625.png" alt="GeraldGast_0-1728397326625.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Resulting table from step 5:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GeraldGast_1-1728397366753.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1179693i149EAAFDC19F6977/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GeraldGast_1-1728397366753.png" alt="GeraldGast_1-1728397366753.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Solution:&lt;BR /&gt;In step 3 of the tutorial you have to adjust the last transformation step as following:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"CustomerKey"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;FONT color="#FF0000"&gt;Int32&lt;/FONT&gt;.Type}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"WWICustomerID"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;FONT color="#FF0000"&gt;Int32&lt;/FONT&gt;.Type}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"Customer"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;text&lt;/SPAN&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"BillToCustomer"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;text&lt;/SPAN&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"Category"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;text&lt;/SPAN&gt;&lt;SPAN&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"BuyingGroup"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;text&lt;/SPAN&gt;&lt;SPAN&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"PrimaryContact"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;text&lt;/SPAN&gt;&lt;SPAN&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"PostalCode"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;text&lt;/SPAN&gt;&lt;SPAN&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"ValidFrom"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;datetime&lt;/SPAN&gt;&lt;SPAN&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"ValidTo"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;datetime&lt;/SPAN&gt;&lt;SPAN&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;SPAN&gt;"LineageKey"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;FONT color="#FF0000"&gt; Int32.&lt;/FONT&gt;Type}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Safe and execute.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;dimension_customer should now have int32 data types for&amp;nbsp;CustomerKey, WWICustomerID and LineageKey. And this ensures, that the execution of the merge statement in PySpark notebook does not raise the mentioned error.&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 14:27:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Tutorial-issues-creating-Delta-Tables-with-notebook/m-p/4233753#M4496</guid>
      <dc:creator>GeraldGast</dc:creator>
      <dc:date>2024-10-08T14:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Tutorial issues creating Delta Tables with notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Tutorial-issues-creating-Delta-Tables-with-notebook/m-p/4721286#M9933</link>
      <description>&lt;P&gt;Thanks, this fixed my problem! Microsoft Fabric needs to update their documentation for this.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 10:51:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Tutorial-issues-creating-Delta-Tables-with-notebook/m-p/4721286#M9933</guid>
      <dc:creator>dshahin</dc:creator>
      <dc:date>2025-06-05T10:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Tutorial issues creating Delta Tables with notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Tutorial-issues-creating-Delta-Tables-with-notebook/m-p/4913778#M14458</link>
      <description>&lt;P&gt;This fixed it, thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 10:31:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Tutorial-issues-creating-Delta-Tables-with-notebook/m-p/4913778#M14458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-07T10:31:35Z</dc:date>
    </item>
  </channel>
</rss>

