<?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 is still writing previously deleted queries to my warehouse. in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-is-still-writing-previously-deleted-queries-to-my/m-p/4424074#M4887</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="597167" data-lia-user-login="rbass" class="lia-mention lia-mention-user"&gt;rbass&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="913195" data-lia-user-login="nilendraFabric" class="lia-mention lia-mention-user"&gt;nilendraFabric&lt;/a&gt;&amp;nbsp;reply solve your problem? If so, please mark it as the correct solution, and point out if the problem persists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Adamk Kong&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2025 09:38:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-02-24T09:38:12Z</dc:date>
    <item>
      <title>Gen2 Dataflow is still writing previously deleted queries to my warehouse.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-is-still-writing-previously-deleted-queries-to-my/m-p/4420168#M4881</link>
      <description>&lt;P&gt;I have a Gen2 Dataflow the previously had 8 quieries. All of these tables were written into a warehouse. I didn't need 2 of the tables, so I deleted the 2 queries from the Dataflow and dropped the 2 tables from warehouse. Now when I refresh the dataflow the dropped tables reappear. I ran the diagnostics from the dataflow and the logs show that the deleted queries are still being written. Am I doing something wrong? Should I just delete the whole dataflow and make a new one?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 16:14:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-is-still-writing-previously-deleted-queries-to-my/m-p/4420168#M4881</guid>
      <dc:creator>rbass</dc:creator>
      <dc:date>2025-02-20T16:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow is still writing previously deleted queries to my warehouse.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-is-still-writing-previously-deleted-queries-to-my/m-p/4420490#M4882</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="597167" data-lia-user-login="rbass" class="lia-mention lia-mention-user"&gt;rbass&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am thinking 2 reasons for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dataflow Gen2 may retain references to deleted queries in its internal configuration, even after removal.&lt;BR /&gt;&lt;BR /&gt;1. Recreate the deleted queries in the Dataflow using the exact same names and settings.&lt;BR /&gt;2. Republish the Dataflow.&lt;BR /&gt;3. Delete the queries again and republish. This forces the Dataflow to update its metadata and fully remove the references&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If “automatic settings” are enabled, Dataflow Gen2 may automatically recreate tables during refresh, even if queries are deleted&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;try to run with manual settings&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-factory/dataflow-gen2-data-destinations-and-managed-settings" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-gen2-data-destinations-and-managed-settings&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if this helps please accept the answer&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 20:19:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-is-still-writing-previously-deleted-queries-to-my/m-p/4420490#M4882</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-02-20T20:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow is still writing previously deleted queries to my warehouse.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-is-still-writing-previously-deleted-queries-to-my/m-p/4424074#M4887</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="597167" data-lia-user-login="rbass" class="lia-mention lia-mention-user"&gt;rbass&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="913195" data-lia-user-login="nilendraFabric" class="lia-mention lia-mention-user"&gt;nilendraFabric&lt;/a&gt;&amp;nbsp;reply solve your problem? If so, please mark it as the correct solution, and point out if the problem persists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Adamk Kong&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 09:38:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-is-still-writing-previously-deleted-queries-to-my/m-p/4424074#M4887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-24T09:38:12Z</dc:date>
    </item>
  </channel>
</rss>

