<?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: Dataflow gen 2 doesn't transfer data between lakehouse tables? in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4096807#M3603</link>
    <description>&lt;P&gt;Thanks for your answer!&amp;nbsp;&lt;BR /&gt;Well the operation column after I typed that is saying update on every row, so I guess it's updating the table but sometimes just don't take all the new rows from bronze to silver.&lt;BR /&gt;&lt;BR /&gt;It's just wierd that the schedule for the dataflow just works sometimes, for instance yesterday it worked but today it only updated the bronze and not the silver table, but after a manually refresh I had the same total of rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On top of that the dataflow for silver didn't say fail, just a regular pass.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2024 06:24:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-08-13T06:24:52Z</dc:date>
    <item>
      <title>Dataflow gen 2 doesn't transfer data between lakehouse tables?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4090945#M3590</link>
      <description>&lt;P&gt;Hi community!&lt;BR /&gt;&lt;BR /&gt;I have two different dataflows, the first one I connect to the source (Business Central), transform some columns to text and then have a data destination to dump it all in a lakehouse table named bronze_glEntries (code down below)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The other dataflow gen 2 gets the data from bronze_glEntries and then change some columns to integer and then gets dupmed in another lakehouse table named silver_glEntries.&lt;BR /&gt;The destination is have the option "replace" which means that the silver_glEntries previus data will be deleted and get replaced with the new data, but that isn't the case, the data just don't update and i don't know why.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;How I know is cause I did a notebook to count all the rows:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know how to fix it or what the problem is?&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 06:55:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4090945#M3590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-09T06:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow gen 2 doesn't transfer data between lakehouse tables?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4091647#M3593</link>
      <description>&lt;P&gt;Do you get the same result if you query the SQL Analytics Endpoint in silver lakehouse, or if you query the silver lakehouse from Power BI desktop (use "let Source = Lakehouse.Contents() in Source" in Advanced Editor in Power BI Desktop).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or if you connect a Dataflow to the silver lakehouse and count the rows in the table.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 11:55:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4091647#M3593</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-08-09T11:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow gen 2 doesn't transfer data between lakehouse tables?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4091697#M3594</link>
      <description>&lt;P&gt;Just for clarification it's the same lakehouse, just that i named the table silver_*tablename* :).&lt;/P&gt;&lt;P&gt;I get the same result in notebook and sql query. The dataflow gives me no error, it all seems to work. But it kinda works 50/50, because sometimes when I refresh the dataflow manually it works and sometimes it doesn't.&lt;BR /&gt;&lt;BR /&gt;I tried to wait to se if it's a delay or but it seems that it's only working every now and then and that it's very wierd.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 12:19:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4091697#M3594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-09T12:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow gen 2 doesn't transfer data between lakehouse tables?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4092033#M3596</link>
      <description>&lt;P&gt;When it doesn't work: is the data then unchanged in the silver table after refreshing the dataflow? Meaning it is still exactly the same old data there as before the dataflow run?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When it works: does it sometimes work after it has not worked? So sometimes it is not working and you just see old data, and then sometimes it works and then you get the new data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you run this code in a Notebook cell:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%%sql&lt;/P&gt;&lt;P&gt;DESCRIBE HISTORY Prod_LH.silver_glEntries;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you get a list of all the versions of the table. Then you could check if it creates a new version at the time of the "failed" dataflow runs, or if nothing happens to the table at the time of the "failed" dataflow runs.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 14:48:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4092033#M3596</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-08-09T14:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow gen 2 doesn't transfer data between lakehouse tables?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4096807#M3603</link>
      <description>&lt;P&gt;Thanks for your answer!&amp;nbsp;&lt;BR /&gt;Well the operation column after I typed that is saying update on every row, so I guess it's updating the table but sometimes just don't take all the new rows from bronze to silver.&lt;BR /&gt;&lt;BR /&gt;It's just wierd that the schedule for the dataflow just works sometimes, for instance yesterday it worked but today it only updated the bronze and not the silver table, but after a manually refresh I had the same total of rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On top of that the dataflow for silver didn't say fail, just a regular pass.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 06:24:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4096807#M3603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-13T06:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow gen 2 doesn't transfer data between lakehouse tables?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4096895#M3605</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Are the two Dataflows run on a scheduled refresh?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you checked that the first Dataflow has finished refreshing before the second Dataflow starts refreshing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or are they run inside a Data Pipeline? If so, how are the activities connected?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 06:56:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4096895#M3605</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-08-13T06:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow gen 2 doesn't transfer data between lakehouse tables?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4096913#M3606</link>
      <description>&lt;P&gt;I'm trying both to see what happens.&lt;BR /&gt;The refresh is after one another with 30 min margin, and the bronze DF takes about 10 min so it should be fine but sometimes it still doesn't work as I said earlier.&lt;BR /&gt;&lt;BR /&gt;The pipeline is a couple of hours later just to see if it's also working and connected so when bronze is done do the silver one, it worked yesterday so will see later on today if it's the same result aka working.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 07:02:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4096913#M3606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-13T07:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow gen 2 doesn't transfer data between lakehouse tables?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4097003#M3607</link>
      <description>&lt;P&gt;If it still doesn't work, you can also consider to create a support ticket: &lt;A href="https://support.fabric.microsoft.com/en/support/" target="_blank"&gt;https://support.fabric.microsoft.com/en/support/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 07:40:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4097003#M3607</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-08-13T07:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow gen 2 doesn't transfer data between lakehouse tables?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4099408#M3611</link>
      <description>&lt;P&gt;One theory:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your second dataflow is using Lakehouse.Contents() M function (you can verify this in Advanced Editor in your dataflow) to get the content from the Lakehouse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Lakehouse.Contents() function uses the SQL Analytics Endpoint of the Lakehouse. At least this is true when using Lakehouse.Contents() in Power BI Desktop. I'm guessing it's the same also when using Lakehouse.Contents() in Dataflows Gen2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if there is a long delay to sync data between your Lakehouse and SQL Analytics Endpoint, this might explain the behaviour you're seeing, because your second dataflow would be querying the SQL Analytics Endpoint.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.reddit.com/r/MicrosoftFabric/s/leYLOX5uRK" target="_blank"&gt;https://www.reddit.com/r/MicrosoftFabric/s/leYLOX5uRK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.reddit.com/r/MicrosoftFabric/s/nexpMsKFfx" target="_blank" rel="noopener"&gt;https://www.reddit.com/r/MicrosoftFabric/s/nexpMsKFfx&lt;/A&gt;&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-warehouse/sql-analytics-endpoint-performance" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/fabric/data-warehouse/sql-analytics-endpoint-performance&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To verify whether the Dataflow is actually querying the SQL Analytics Endpoint, you could go to the SQL Analytics Endpoint -&amp;gt; q&lt;SPAN&gt;ueryinsights -&amp;gt; exec_requests_history, and verify if you can find that your Dataflow queries appear here.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 06:33:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4099408#M3611</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-08-14T06:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow gen 2 doesn't transfer data between lakehouse tables?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4099489#M3613</link>
      <description>&lt;P&gt;Thanks very much for that!&lt;BR /&gt;It seems like more people are saying the same thing, so I'll try to set at wait timer between the dataflows and see what the sweetspot is for it to transfer from bronze to silver and take all the rows with it.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 07:03:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4099489#M3613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-14T07:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow gen 2 doesn't transfer data between lakehouse tables?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4101648#M3621</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;After reading the link you sent it seems that there is a delay to transfer data, so I implemented the Wait activity and put the wait to 3 minutes and it seems to work. So when bronze is done it'll wait 3 min before executing the silver dataflow gen 2 and it seems to work.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help, very appriciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 06:39:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-gen-2-doesn-t-transfer-data-between-lakehouse-tables/m-p/4101648#M3621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-15T06:39:58Z</dc:date>
    </item>
  </channel>
</rss>

