<?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: Issue with Dataflow Gen2 Copy in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4320012#M4697</link>
    <description>&lt;P&gt;I was able to fix my issue, in the source data I had the source set to the lakehouse directly, which didn't work. I had to make a SQL connection to the SQL endpoint of the lakehouse and there my query worked without issues.&lt;/P&gt;&lt;P&gt;I hope this can help you too&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2024 16:05:56 GMT</pubDate>
    <dc:creator>Anne-MarijnV</dc:creator>
    <dc:date>2024-12-09T16:05:56Z</dc:date>
    <item>
      <title>Issue with Dataflow Gen2 Copy</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4300435#M4651</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am experiencing an issue with copying two tables from one lakehouse (with schema) to another lakehouse. The copy operation fails, but it succeeds when copying without the schema (using the same table name).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error Message:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;There was a problem refreshing the dataflow: 'Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: DataSource.Error: Pipeline execution failed (runId: a3eba383-b856-4821-9ec6-95d2c6c4bdaa). Operation on target ca-9a694c62-cba0-497c-8416-ffe320aea73d failed: Lakehouse table name should only contain letters, numbers, and underscores. The name must also be no more than 256 characters long. Details: Reason = DataSource.Error;RunId = a3eba383-b856-4821-9ec6-95d2c6c4bdaa'. Error code: Fast Copy User Error. (Request ID: e869082f-206a-4ce5-9bc1-ec5cd5a94b83).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;one of the Table Names:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;silver.Processsed_4ly_v&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I have attempted to rename the table, but the issue persists.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 18:27:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4300435#M4651</guid>
      <dc:creator>Billybilly</dc:creator>
      <dc:date>2024-11-25T18:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Dataflow Gen2 Copy</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4300766#M4654</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="858712" data-lia-user-login="Billybilly" class="lia-mention lia-mention-user"&gt;Billybilly&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Here I have some suggestions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ensure that the table name silver.Processsed_4ly_v follows the naming rules:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only letters, numbers, and underscores are allowed.&lt;BR /&gt;The name should not exceed 256 characters.&lt;BR /&gt;Avoid special characters or spaces.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you haven't already, try renaming the table to something simpler, like silver.Processed4ly. This can help rule out any issues related to specific characters or naming conventions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try copying a very simple table to see if the issue is related to the complexity of the original table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the error log for more detailed information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nono Chen&lt;/P&gt;
&lt;P&gt;If this &lt;STRONG&gt;&lt;EM&gt;post&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;helps, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 01:26:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4300766#M4654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-26T01:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Dataflow Gen2 Copy</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4302457#M4663</link>
      <description>&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;The table name matches the requirement shown in the error message.&lt;/P&gt;&lt;P&gt;I want to clarify that the data copy succeeds when the source is from the lakehouse without a schema. This makes me wonder if there might be a bug in Dataflow Gen 2 or the lakehouse configuration.&lt;/P&gt;&lt;P&gt;I also tried using a simple table name, but the issue persists.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 15:19:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4302457#M4663</guid>
      <dc:creator>Billybilly</dc:creator>
      <dc:date>2024-11-26T15:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Dataflow Gen2 Copy</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4303447#M4666</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="858712" data-lia-user-login="Billybilly" class="lia-mention lia-mention-user"&gt;Billybilly&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In response to your case, please consider:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The column data types of the source and target tables are the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The number and name of columns in the source table and the target table must be the same. If the source table has additional columns or is missing columns, replication may fail. Ensure that the table structure matches exactly in both silos.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check indexes and constraints (such as primary keys, foreign keys, unique constraints, etc.) on the source and target tables. These constraints should also exist in the target table to ensure data integrity and query performance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can test with some simple data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nono Chen&lt;/P&gt;
&lt;P&gt;If this &lt;STRONG&gt;&lt;EM&gt;post&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;helps, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 06:05:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4303447#M4666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-27T06:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Dataflow Gen2 Copy</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4310374#M4681</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="75812" data-lia-user-login="NONO" class="lia-mention lia-mention-user"&gt;NONO&lt;/a&gt; Chen,&lt;/P&gt;&lt;P&gt;Thank you for the response and the detailed suggestions.&lt;/P&gt;&lt;P&gt;To clarify further, no constraints are applied in this scenario, and there have been no changes to the data types, column names, or the number of columns between the source and target tables. Both tables are identical in structure.&lt;/P&gt;&lt;P&gt;Let me reiterate the key observation:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Copy 1&lt;/STRONG&gt;: Exists in the lakehouse with a schema applied.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Copy 2&lt;/STRONG&gt;: Exists in the lakehouse without a schema applied.&lt;/LI&gt;&lt;LI&gt;It works successfully for&lt;SPAN&gt; &lt;STRONG&gt;Copy &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;but fails for&lt;SPAN&gt; &lt;STRONG&gt;Copy &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Based on this, I suspect the issue may not be related to column data types, names, or constraints.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Looking forward to your insights!&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Billybilly&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 19:53:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4310374#M4681</guid>
      <dc:creator>Billybilly</dc:creator>
      <dc:date>2024-12-02T19:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Dataflow Gen2 Copy</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4315118#M4694</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unfortunately I don't have a solution to this problem, but I would just like to add that I'm having the exact same issue.&lt;/P&gt;&lt;P&gt;My table names also don't contain any special characters.&lt;/P&gt;&lt;P&gt;Example of table name is: companynamesalesdata&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 10:46:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4315118#M4694</guid>
      <dc:creator>Anne-MarijnV</dc:creator>
      <dc:date>2024-12-05T10:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Dataflow Gen2 Copy</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4315415#M4695</link>
      <description>&lt;P&gt;Is it possible to set the destition lakehouse to have the same schema as the source?&amp;nbsp; I have seen this issue when using the copy activity in a data pipeline bwteen two lakehouses which do not have the same schema (or when one has a schema and the other does not).&amp;nbsp; I understand that this is not exactly the same, since I am referring to data pipelines and your issue is with Gen2 dataflows, but hopefully this gives you another angle to try.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 14:45:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4315415#M4695</guid>
      <dc:creator>TheHetz</dc:creator>
      <dc:date>2024-12-05T14:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Dataflow Gen2 Copy</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4320012#M4697</link>
      <description>&lt;P&gt;I was able to fix my issue, in the source data I had the source set to the lakehouse directly, which didn't work. I had to make a SQL connection to the SQL endpoint of the lakehouse and there my query worked without issues.&lt;/P&gt;&lt;P&gt;I hope this can help you too&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 16:05:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4320012#M4697</guid>
      <dc:creator>Anne-MarijnV</dc:creator>
      <dc:date>2024-12-09T16:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Dataflow Gen2 Copy</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4320158#M4698</link>
      <description>&lt;P&gt;Hi Anne-MarijnV,&lt;/P&gt;&lt;P&gt;Thank you for providing the solution. I used to extract data using the SQL endpoint and noticed that the Dataflow Gen2 keeps spinning for more than an hour. Normally, this process only takes a few minutes.&lt;/P&gt;&lt;P&gt;I wonder if you're experiencing the same issue on your end.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Billybilly&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 17:35:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-Dataflow-Gen2-Copy/m-p/4320158#M4698</guid>
      <dc:creator>Billybilly</dc:creator>
      <dc:date>2024-12-09T17:35:43Z</dc:date>
    </item>
  </channel>
</rss>

