<?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: Duplicated Rows In Tables Built By Notebook in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/4597330#M7723</link>
    <description>&lt;P&gt;I am also having this issue a year later. SQL count(*) shows the correct number of rows, and the notebook shows many duplications.&lt;/P&gt;&lt;P&gt;Does this happen with fabric warehouses too? Or is it only lakehouses because the underlying storage format is different (delta/parquet for lakehouses vs traditional sql for warehouses)?&lt;/P&gt;</description>
    <pubDate>Wed, 05 Mar 2025 21:57:16 GMT</pubDate>
    <dc:creator>DCELL</dc:creator>
    <dc:date>2025-03-05T21:57:16Z</dc:date>
    <item>
      <title>Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3655240#M760</link>
      <description>&lt;P&gt;I was seeing incorrect numbers after joining two tables together. I have isolated the issue as shown in the following example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I take the existing delta table named Rainbow_Accounting_Adjustments, and I save it as a dataframe using a temporary view. I then save the dataframe as a delta table named Business_Unit_Adjustment_Totals.&lt;/P&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="image.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1030568iFF53DE104E4B9C86/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Business_Unit_Adjustment_Totals should be a direct copy of Rainbow_Accounting_Adjustments. Instead, there is a duplicate of each row.&lt;/P&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="image (1).png" style="width: 868px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1030570i24AD7DC13720FBA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="image (1).png" alt="image (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rainbow_Accounting_Adjustments is updated by Dataflow Gen 2. I have noticed similar problems with other tables created/updated by Dataflow Gen 2. Sometimes it is not an exact duplicate, but shows old data from a previous import.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice on how to resolve this issue would be appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 00:40:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3655240#M760</guid>
      <dc:creator>alozovoy</dc:creator>
      <dc:date>2024-01-24T00:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3655772#M761</link>
      <description>&lt;P&gt;You mention that you use dataflow gen2 to update the data in the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you use replace or append in the Dataflow gen2 destination settings?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are using append, then it would be expected to see extra rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are using replace, then I agree it should not be duplicates in the destination table. Then I would create a support ticket.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 06:56:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3655772#M761</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-01-24T06:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3657668#M762</link>
      <description>&lt;P&gt;It is set to replace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regardless, that should only impact the creation of the first table (Rainbow_Accounting_Adjustments). As the first query shows, this table appears to import correctly (at least when using the SQL endpoint).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when I use this table in a notebook it has duplicate rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to clarify:&lt;/P&gt;&lt;P&gt;Excel&amp;nbsp; &amp;nbsp;----(Dataflow Gen2)---&amp;gt;&amp;nbsp; Rainbow_Accounting_Adjustments&amp;nbsp; ---(Notebook)---&amp;gt;&amp;nbsp; Business_Unit_Adjustment_Totals&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 16:43:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3657668#M762</guid>
      <dc:creator>alozovoy</dc:creator>
      <dc:date>2024-01-24T16:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3657706#M763</link>
      <description>&lt;P&gt;I see&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if you query the&amp;nbsp;&lt;SPAN&gt;Rainbow_Accounting_Adjustments from SQL analytics endpoint, you get the right number of rows?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And if you query&amp;nbsp;Rainbow_Accounting_Adjustments from Notebook, you get the double number of rows?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I experienced the same thing myself, if I remember correctly. But I deleted my Lakehouse and dataflow gen2 afterwards. If you still have your Lakehouse and dataflow gen2, I encourage you to raise a support ticket so that support can have a look at it&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 18:22:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3657706#M763</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-01-24T18:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3657758#M764</link>
      <description>&lt;P&gt;If you run this code in Notebook:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%%sql&lt;/P&gt;&lt;P&gt;SELECT COUNT(*) FROM&amp;nbsp;Rainbow_Accounting_Adjustments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And this code in SQL Analytics Endpoint:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT COUNT(*) FROM&amp;nbsp;Rainbow_Accounting_Adjustments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You get the double number in Notebook?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 17:27:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3657758#M764</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-01-24T17:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3657853#M765</link>
      <description>&lt;P&gt;I have opened a Support Ticket.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 18:32:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3657853#M765</guid>
      <dc:creator>alozovoy</dc:creator>
      <dc:date>2024-01-24T18:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3658134#M766</link>
      <description>&lt;P&gt;I was able to reproduce a similar issue.&lt;BR /&gt;I created a table (TestData) in a Lakehouse by using a dataflow gen2.&lt;/P&gt;&lt;P&gt;Afterwards, I used the same dataflow gen2 to update the data in this table (TestData).&lt;BR /&gt;I also created another dataflow gen2 which I also used to write som data to the same table (TestData).&lt;BR /&gt;I also switched between append and replace mode.&lt;/P&gt;&lt;P&gt;The last few refreshes have been only replace mode.&lt;/P&gt;&lt;P&gt;(Switching between append and replace, and having two dataflow gen2 which are updating the same table, may be an edge case&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&amp;nbsp;It's probably not something I am going to be doing a lot)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I query my table now, it looks like this from the various interfaces:&lt;BR /&gt;&lt;BR /&gt;SQL Analytics Endpoint:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="frithjof_v_3-1706131193129.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1031272i384BF27A89D8F687/image-size/large?v=v2&amp;amp;px=999" role="button" title="frithjof_v_3-1706131193129.png" alt="frithjof_v_3-1706131193129.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;Lakehouse explorer:&lt;/P&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="frithjof_v_1-1706130970204.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1031270i7CE07A9AF476E207/image-size/large?v=v2&amp;amp;px=999" role="button" title="frithjof_v_1-1706130970204.png" alt="frithjof_v_1-1706130970204.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;Notebook:&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Here, surprisingly, some extra rows are present. These rows were inserted in a previous write to the table, and should not be included in the current version of the table.)&lt;/P&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="frithjof_v_0-1706132347349.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1031277i7511B588E433B74B/image-size/large?v=v2&amp;amp;px=999" role="button" title="frithjof_v_0-1706132347349.png" alt="frithjof_v_0-1706132347349.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 22:02:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3658134#M766</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-01-24T22:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3661271#M767</link>
      <description>&lt;P&gt;I've created a workaround by using a separate notebook to drop the table each time before the Dataflow runs, createing a new table. Because of this I can't reproduce the problem at the moment.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 19:29:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3661271#M767</guid>
      <dc:creator>alozovoy</dc:creator>
      <dc:date>2024-01-25T19:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3661319#M768</link>
      <description>&lt;P&gt;Yes, looks like you were able to reproduce it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am in contact with Microsoft support, so this is very helpful to have a second example from a different user!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 19:56:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3661319#M768</guid>
      <dc:creator>alozovoy</dc:creator>
      <dc:date>2024-01-25T19:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3680801#M769</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/594852"&gt;@alozovoy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for using Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;Apologies for the delay in response.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please provide the support ticket number as it would help us to track for more information.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others.&lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 16:35:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3680801#M769</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-02-05T16:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3680814#M770</link>
      <description>&lt;P&gt;The support ticket is #&lt;SPAN&gt;2401240010003437. It has not yet been resolved.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 16:41:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3680814#M770</guid>
      <dc:creator>alozovoy</dc:creator>
      <dc:date>2024-02-05T16:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3692477#M771</link>
      <description>&lt;P&gt;I'm seeing the same thing&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 22:07:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3692477#M771</guid>
      <dc:creator>GregMarbais</dc:creator>
      <dc:date>2024-02-10T22:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3719920#M772</link>
      <description>&lt;P&gt;I'm experiencing a similar issue:&lt;BR /&gt;My dataflow Gen2 is storing data in lakehouse. Once in a while the 'replace' table setting in the dataflow Gen2 doesn't seem to work and it results in having the same data copied twice. It only seems to be affecting smaller tables.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 13:35:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3719920#M772</guid>
      <dc:creator>MysticSapphire</dc:creator>
      <dc:date>2024-02-23T13:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3749548#M773</link>
      <description>&lt;P&gt;I believe to have identified the root cause: In some cases my DataflowGen2 would fail with one table. For 6 of my tables the replace load was completed without issues in the same flow. However, at the 'Write' step for the last table it would fail causing the full dataflow Gen 2 to fail (with 6 tables completely loaded and 1 failed).&lt;BR /&gt;&lt;BR /&gt;In the above scenario those 6 tables would somehow have persisted duplicates when I queried it via Lakehouse. I could only get rid of them by dropping the table and reloading the dataflow. As long as my dataflow gen 2 doesn't fail, I don't get the duplicate issues it seems.&lt;BR /&gt;&lt;BR /&gt;However as alozovoy&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;pointed out, running a notebook dropping all the tables prior to the replace seems the best robust approach for now untill Microsoft fixes this quirck&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 19:29:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3749548#M773</guid>
      <dc:creator>MysticSapphire</dc:creator>
      <dc:date>2024-03-07T19:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3776215#M774</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/594852"&gt;@alozovoy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any chance you got a resolution on your ticket?&amp;nbsp; I am having the same issue:&amp;nbsp; SQL Endpoint is giving me the correct number of rows; but Notebooks return multiple versions of records (started for me yesterday).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 19:58:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3776215#M774</guid>
      <dc:creator>JFTxJ</dc:creator>
      <dc:date>2024-03-19T19:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3811092#M775</link>
      <description>&lt;P&gt;Same issue, any solution?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 13:46:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3811092#M775</guid>
      <dc:creator>amaaiia</dc:creator>
      <dc:date>2024-04-04T13:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3811162#M776</link>
      <description>&lt;P&gt;In my case the issue resoled itself when the dataflow re-ran.&amp;nbsp; (In my case at least) it looks like the dataflow failed to "version" the Delta Table in the lakehouse, and for some reason only Notebooks then return "multiple versions" of the table (the new data AND the old data).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Re-running the dataflow might resolve your issue, or if all else fails, delete the table in the lakehouse manually and re-run the dataflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MS was not able to provide me with a solution or explaination since by the time they got in touch with me the issue had resolved itself (the next day).&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 14:09:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3811162#M776</guid>
      <dc:creator>JFTxJ</dc:creator>
      <dc:date>2024-04-04T14:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3811222#M777</link>
      <description>&lt;P&gt;In Feb 19th I got same issue with another table (&lt;A href="https://community.fabric.microsoft.com/t5/General-Discussion/Duplicated-rows-between-notebook-and-SQL-Endpoint/m-p/3707317" target="_self"&gt;check my post&lt;/A&gt;), and what I did is what you are saying, delete manually and start again. But as this has happened again, I think it should be a solution by MS side. In my case, I didn't have any issue when overwriting the table through DFg2 as you mentioned you had with your 6 tables, all my tables where succesfully loaded with no errors in DFg2 publishing, so I can't understand why is this happening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess I'm creating new support ticket...&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 14:28:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3811222#M777</guid>
      <dc:creator>amaaiia</dc:creator>
      <dc:date>2024-04-04T14:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3811276#M778</link>
      <description>&lt;P&gt;I created an idea: &lt;A href="https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=cea60fc6-93f2-ee11-a73e-6045bd7cb2b6" target="_blank" rel="noopener"&gt;https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=cea60fc6-93f2-ee11-a73e-6045bd7cb2b6&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please vote if you want this issue to be fixed&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 15:00:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3811276#M778</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-04-04T15:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicated Rows In Tables Built By Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3811327#M779</link>
      <description>&lt;P&gt;Rather than manually deleting, you can set up a notebook to run a delete script each time before your dataflow executes. Here's an example I have that runs nightly before my dataflows:&lt;/P&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="alozovoy_0-1712243757516.png" style="width: 880px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1072554iF77E87288EB68B13/image-dimensions/880x168?v=v2" width="880" height="168" role="button" title="alozovoy_0-1712243757516.png" alt="alozovoy_0-1712243757516.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 15:18:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Duplicated-Rows-In-Tables-Built-By-Notebook/m-p/3811327#M779</guid>
      <dc:creator>alozovoy</dc:creator>
      <dc:date>2024-04-04T15:18:05Z</dc:date>
    </item>
  </channel>
</rss>

