<?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: Gen2 Dataflow to append to existing lakehouse tables - am I missing a step? in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-to-append-to-existing-lakehouse-tables-am-I/m-p/3465902#M935</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I raised a ticket for another issue I was having where a Pipeline was not successfully starting a notebook step to work on the same datalake instance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The support engineers pointed out this article&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/General-Discussion/Microsoft-Fabric/td-p/3428529" target="_blank"&gt;Microsoft Fabric - Microsoft Fabric Community&lt;/A&gt;&amp;nbsp;about an error with a "Livy session".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ended up:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;recreating the DataLake&lt;/LI&gt;&lt;LI&gt;repointing all my notebooks and dataflows to the new datalake and&lt;/LI&gt;&lt;LI&gt;everything worked fine.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;As various notebooks and dataflows were working individually in the old Datalake environment I couldn't really fault the Datalake instance.&amp;nbsp; But rebuilding it from scratch has everything now behaving as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the multi-query dataflow appending to multiple datalake tables is now working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Oct 2023 22:49:33 GMT</pubDate>
    <dc:creator>JimAu</dc:creator>
    <dc:date>2023-10-08T22:49:33Z</dc:date>
    <item>
      <title>Gen2 Dataflow to append to existing lakehouse tables - am I missing a step?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-to-append-to-existing-lakehouse-tables-am-I/m-p/3460708#M914</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a Dataflow which stages the original tables by grabbing CSV files from the Lakehouse files system, Transforming, and then creating new tables into the Lakehouse.&amp;nbsp; It was designed as the once-off creation of the tables and works perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is with the monthly update Dataflow which successfully grabs OData and Transforms it (I can see the data correctly in the table views).&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are 8 queries, each correctly displaying last month's data ready to be appended to the Lakehouse tables.&lt;/P&gt;&lt;P&gt;Each query has a destination to the corresponding lakehouse table mapped correctly and the destination configuration looks like the image below.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;However, when I publish the Dataflow, the data isn't appended, and no error is thrown.&amp;nbsp; I have also just dumped this Dataflow into a Pipeline and run it from there to no avail.&amp;nbsp; No error is displayed.&amp;nbsp; But querying the Lakehouse table isn't showing any appended data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 01:40:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-to-append-to-existing-lakehouse-tables-am-I/m-p/3460708#M914</guid>
      <dc:creator>JimAu</dc:creator>
      <dc:date>2023-10-05T01:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow to append to existing lakehouse tables - am I missing a step?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-to-append-to-existing-lakehouse-tables-am-I/m-p/3460877#M915</link>
      <description>&lt;P&gt;So, it occurred to me to try the Append step one query at a time in an individual Dataflow.&amp;nbsp; It worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is despite the original Dataflow which ETL'd CSVs into Datalake tables and contained about 10 queries working just fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my immediate solution is rebuilding 7 more Dataflows with each individual query containing a mapped Lakehouse Append Destination and hoping that solves the immediate issue I have.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure this is by design though.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 04:17:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-to-append-to-existing-lakehouse-tables-am-I/m-p/3460877#M915</guid>
      <dc:creator>JimAu</dc:creator>
      <dc:date>2023-10-05T04:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow to append to existing lakehouse tables - am I missing a step?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-to-append-to-existing-lakehouse-tables-am-I/m-p/3461753#M919</link>
      <description>&lt;P&gt;Hi !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This might require a deeper investigation from our engineering team on how your dataflow has been created and the logic behind it to properly understand what might be happening. If its a bug, we will definitely would like to know and properly address it.&lt;/P&gt;
&lt;P&gt;Please go ahead and raise a support ticket to reach our support team:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.fabric.microsoft.com/support" target="_blank"&gt;https://support.fabric.microsoft.com/support&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 13:31:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-to-append-to-existing-lakehouse-tables-am-I/m-p/3461753#M919</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2023-10-05T13:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow to append to existing lakehouse tables - am I missing a step?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-to-append-to-existing-lakehouse-tables-am-I/m-p/3464465#M933</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="626761" data-lia-user-login="JimAu" class="lia-mention lia-mention-user"&gt;JimAu&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I would like to check whether you got a chance to create a support ticket.&lt;BR /&gt;&lt;SPAN&gt;If yes, it would be a great help if you can provide the details of the Support Ticket so we can track it for further information.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 18:12:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-to-append-to-existing-lakehouse-tables-am-I/m-p/3464465#M933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-06T18:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow to append to existing lakehouse tables - am I missing a step?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-to-append-to-existing-lakehouse-tables-am-I/m-p/3465902#M935</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I raised a ticket for another issue I was having where a Pipeline was not successfully starting a notebook step to work on the same datalake instance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The support engineers pointed out this article&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/General-Discussion/Microsoft-Fabric/td-p/3428529" target="_blank"&gt;Microsoft Fabric - Microsoft Fabric Community&lt;/A&gt;&amp;nbsp;about an error with a "Livy session".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ended up:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;recreating the DataLake&lt;/LI&gt;&lt;LI&gt;repointing all my notebooks and dataflows to the new datalake and&lt;/LI&gt;&lt;LI&gt;everything worked fine.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;As various notebooks and dataflows were working individually in the old Datalake environment I couldn't really fault the Datalake instance.&amp;nbsp; But rebuilding it from scratch has everything now behaving as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the multi-query dataflow appending to multiple datalake tables is now working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Oct 2023 22:49:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-to-append-to-existing-lakehouse-tables-am-I/m-p/3465902#M935</guid>
      <dc:creator>JimAu</dc:creator>
      <dc:date>2023-10-08T22:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow to append to existing lakehouse tables - am I missing a step?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-to-append-to-existing-lakehouse-tables-am-I/m-p/3466111#M936</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="626761" data-lia-user-login="JimAu" class="lia-mention lia-mention-user"&gt;JimAu&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Glad to know your issue got resolved.&lt;BR /&gt;&lt;SPAN&gt;Please continue using Fabric Community for help regarding your issues.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 05:08:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-to-append-to-existing-lakehouse-tables-am-I/m-p/3466111#M936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-09T05:08:31Z</dc:date>
    </item>
  </channel>
</rss>

