<?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: QUESTION::DATAFLOW GEN 2::Publish vs Save in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/QUESTION-DATAFLOW-GEN-2-Publish-vs-Save/m-p/4053939#M3473</link>
    <description>&lt;P&gt;There should be an option to publish without refresh.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One common issue is if you need to modify a setting that may have been missed such as setting a destination table to replace instead of append - now you have to re-publish the whole dataflow which triggers a refresh, whereas you just wanted to change that one setting and have it take affect on the next scheduled refresh. The current setup can you force you to consume CU's quickly especially for big dataflows. Please update this feature to allow publishing without refreshing.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2024 12:09:18 GMT</pubDate>
    <dc:creator>DaveGodri</dc:creator>
    <dc:date>2024-07-22T12:09:18Z</dc:date>
    <item>
      <title>QUESTION::DATAFLOW GEN 2::Publish vs Save</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/QUESTION-DATAFLOW-GEN-2-Publish-vs-Save/m-p/3783700#M2532</link>
      <description>&lt;P&gt;Does anyone know what is the difference between Publish and close a DFg2 versus just closing the DFg2 and running it later from a pipeline?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In other words, if you close out from a DFg2 without publishing, and run it later (say, 1 day later) from a pipeline, does this mean that this DFg2 will automatically go through its first cylce of publish--&amp;gt;refresh, or not?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And if not, does this mean that when the pipeline runs the DFg2, the data will be stale, ie yesterday's data?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 16:55:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/QUESTION-DATAFLOW-GEN-2-Publish-vs-Save/m-p/3783700#M2532</guid>
      <dc:creator>Element115</dc:creator>
      <dc:date>2024-03-21T16:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: QUESTION::DATAFLOW GEN 2::Publish vs Save</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/QUESTION-DATAFLOW-GEN-2-Publish-vs-Save/m-p/3783740#M2533</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="268213" data-lia-user-login="Element115" class="lia-mention lia-mention-user"&gt;Element115&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for using Fabric Community.&lt;/P&gt;
&lt;P data-sourcepos="3:1-3:39"&gt;&lt;STRONG&gt;Publish vs. Close in Dataflow Gen2:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-sourcepos="5:1-9:0"&gt;
&lt;LI data-sourcepos="5:1-7:205"&gt;Publish:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;When you publish a Dataflow Gen2, two things happen:
&lt;OL data-sourcepos="6:5-7:205"&gt;
&lt;LI data-sourcepos="6:5-6:207"&gt;&lt;STRONG&gt;Validation:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The dataflow definition undergoes a validation process to ensure it's error-free and can run successfully. This includes checking for missing connections, invalid transformations, etc.&lt;/LI&gt;
&lt;LI data-sourcepos="7:5-7:205"&gt;&lt;STRONG&gt;Preparation for Refresh:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The published dataflow is prepared for the refresh process. This involves generating an orchestration plan and allocating resources for data movement and transformation.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI data-sourcepos="8:1-9:0"&gt;Close&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Closing a Dataflow Gen2 simply saves your current work as a draft and closes the editing window. No validation or refresh preparation occurs.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-sourcepos="10:1-10:36"&gt;&lt;STRONG&gt;Running a Closed Dataflow Later:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-sourcepos="12:1-14:0"&gt;
&lt;LI data-sourcepos="12:1-12:176"&gt;Yes, a closed Dataflow Gen2 can be run later from a pipeline.&lt;SPAN&gt;&amp;nbsp; Pipeline does not publish the dataflow for you. So the run will use the last published version.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps. Please let me know if you have any further questions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 17:09:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/QUESTION-DATAFLOW-GEN-2-Publish-vs-Save/m-p/3783740#M2533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-21T17:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: QUESTION::DATAFLOW GEN 2::Publish vs Save</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/QUESTION-DATAFLOW-GEN-2-Publish-vs-Save/m-p/3783761#M2534</link>
      <description>&lt;P&gt;Thanks for the clarification.&amp;nbsp; So just to confirm I understand the&amp;nbsp;&lt;STRONG&gt;Running a Closed Dataflow Later&lt;/STRONG&gt;&amp;nbsp;properly:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's consider the following example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;0__create DF for the first time (1 M query only).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1__publish --&amp;gt; refresh.&lt;/P&gt;&lt;P&gt;2__open DF and change the M query.&lt;/P&gt;&lt;P&gt;3__close without publishing.&lt;/P&gt;&lt;P&gt;4__pipeline runs DF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When step 4 occurs, the M query that gets executed is the one from step 1, not the one with the new changes from step 2.&amp;nbsp; Is this correct?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 17:24:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/QUESTION-DATAFLOW-GEN-2-Publish-vs-Save/m-p/3783761#M2534</guid>
      <dc:creator>Element115</dc:creator>
      <dc:date>2024-03-21T17:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: QUESTION::DATAFLOW GEN 2::Publish vs Save</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/QUESTION-DATAFLOW-GEN-2-Publish-vs-Save/m-p/3783773#M2535</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="268213" data-lia-user-login="Element115" class="lia-mention lia-mention-user"&gt;Element115&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes you are right.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 17:33:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/QUESTION-DATAFLOW-GEN-2-Publish-vs-Save/m-p/3783773#M2535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-21T17:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: QUESTION::DATAFLOW GEN 2::Publish vs Save</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/QUESTION-DATAFLOW-GEN-2-Publish-vs-Save/m-p/3783979#M2536</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="268213" data-lia-user-login="Element115" class="lia-mention lia-mention-user"&gt;Element115&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Glad that your query got resolved. Please continue using Fabric Community for any help regarding your queries.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 20:09:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/QUESTION-DATAFLOW-GEN-2-Publish-vs-Save/m-p/3783979#M2536</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-21T20:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: QUESTION::DATAFLOW GEN 2::Publish vs Save</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/QUESTION-DATAFLOW-GEN-2-Publish-vs-Save/m-p/4053939#M3473</link>
      <description>&lt;P&gt;There should be an option to publish without refresh.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One common issue is if you need to modify a setting that may have been missed such as setting a destination table to replace instead of append - now you have to re-publish the whole dataflow which triggers a refresh, whereas you just wanted to change that one setting and have it take affect on the next scheduled refresh. The current setup can you force you to consume CU's quickly especially for big dataflows. Please update this feature to allow publishing without refreshing.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 12:09:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/QUESTION-DATAFLOW-GEN-2-Publish-vs-Save/m-p/4053939#M3473</guid>
      <dc:creator>DaveGodri</dc:creator>
      <dc:date>2024-07-22T12:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: QUESTION::DATAFLOW GEN 2::Publish vs Save</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/QUESTION-DATAFLOW-GEN-2-Publish-vs-Save/m-p/4057226#M3481</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="627311" data-lia-user-login="DaveGodri" class="lia-mention lia-mention-user"&gt;DaveGodri&lt;/a&gt;&amp;nbsp;Please consider voting for this idea: &lt;A href="https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=d7c2eb73-26c9-ee11-92bd-000d3adfe185" target="_blank"&gt;https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=d7c2eb73-26c9-ee11-92bd-000d3adfe185&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 19:20:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/QUESTION-DATAFLOW-GEN-2-Publish-vs-Save/m-p/4057226#M3481</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-07-23T19:20:46Z</dc:date>
    </item>
  </channel>
</rss>

