<?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: change a parameter value defined in a dataflow     in a data pipeline in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/change-a-parameter-value-defined-in-a-dataflow-in-a-data/m-p/4032167#M4476</link>
    <description>&lt;P&gt;Based on my understanding, as of now the Dataflow Gen 2 cannot be parameterized at rune time via data pipelines. So it would be hardcoded version itself&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2024 08:56:44 GMT</pubDate>
    <dc:creator>NandanHegde</dc:creator>
    <dc:date>2024-07-09T08:56:44Z</dc:date>
    <item>
      <title>change a parameter value defined in a dataflow     in a data pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/change-a-parameter-value-defined-in-a-dataflow-in-a-data/m-p/4031731#M4474</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;i have a question about a data pipeline&amp;nbsp; that call a dafaflow gen 2&amp;nbsp; &amp;nbsp;in microsoft fabric&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;My dataflow gen 2 has a date paremeter&amp;nbsp; ,&amp;nbsp; i fixed a default value&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;i would when i execute the data pipeline i want to change the value defined in the parameter&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; I try with a variable and set variable&amp;nbsp; : but no effects , i run with the default value&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;have a solution to do this ?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 05:54:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/change-a-parameter-value-defined-in-a-dataflow-in-a-data/m-p/4031731#M4474</guid>
      <dc:creator>ludovicLaurent</dc:creator>
      <dc:date>2024-07-09T05:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: change a parameter value defined in a dataflow     in a data pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/change-a-parameter-value-defined-in-a-dataflow-in-a-data/m-p/4032167#M4476</link>
      <description>&lt;P&gt;Based on my understanding, as of now the Dataflow Gen 2 cannot be parameterized at rune time via data pipelines. So it would be hardcoded version itself&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 08:56:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/change-a-parameter-value-defined-in-a-dataflow-in-a-data/m-p/4032167#M4476</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-07-09T08:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: change a parameter value defined in a dataflow     in a data pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/change-a-parameter-value-defined-in-a-dataflow-in-a-data/m-p/4032656#M4482</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;what do you mean with&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"hardcoded version itself"&lt;BR /&gt;&lt;BR /&gt;Do you mean to change the json generated by the pipeline ?&amp;nbsp; I try some change but with no effect&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 13:43:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/change-a-parameter-value-defined-in-a-dataflow-in-a-data/m-p/4032656#M4482</guid>
      <dc:creator>ludovicLaurent</dc:creator>
      <dc:date>2024-07-09T13:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: change a parameter value defined in a dataflow     in a data pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/change-a-parameter-value-defined-in-a-dataflow-in-a-data/m-p/4033714#M4489</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="764597" data-lia-user-login="ludovicLaurent" class="lia-mention lia-mention-user"&gt;ludovicLaurent&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226550" data-lia-user-login="NandanHegde" class="lia-mention lia-mention-user"&gt;NandanHegde&lt;/a&gt;&amp;nbsp; said, when you want to make changes to a parameter that has been defined by default, the system won't allow it. Because it's written with an underlying structure that doesn't support such operations.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;But I think you can use pipeline variables or expressions to set parameter values dynamically instead of using fixed values. If you want to use variables, make sure that you have a "Set Variable" activity before the "Execute Data Flow" activity. In the Parameters tab of the Execute Data Flow activity, set the parameter value to the variable you defined.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also refer to the following document for more information:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/parameters-data-flow" target="_blank"&gt;Parameterizing mapping data flows - Azure Data Factory &amp;amp; Azure Synapse | Microsoft Learn&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;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Yilong Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 05:23:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/change-a-parameter-value-defined-in-a-dataflow-in-a-data/m-p/4033714#M4489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-10T05:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: change a parameter value defined in a dataflow     in a data pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/change-a-parameter-value-defined-in-a-dataflow-in-a-data/m-p/4033976#M4490</link>
      <description>&lt;P&gt;Perhaps as a workaround you can store the date parameter in a Lakehouse (e.g. as a cell value in a table), and have the Dataflow Gen2 read the date value from the Lakehouse table.&lt;/P&gt;&lt;P&gt;Then, if you update the date value in the Lakehouse table, it should get updated in the Dataflow Gen2 also.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a forum thread which tells that passing parameters directly from Data pipeline to Dataflow Gen2 is not possible. &lt;A href="https://community.fabric.microsoft.com/t5/Data-Pipelines/Pass-data-pipeline-parameter-to-dataflow-gen2/m-p/3264346" target="_blank" rel="noopener"&gt;https://community.fabric.microsoft.com/t5/Data-Pipelines/Pass-data-pipeline-parameter-to-dataflow-gen2/m-p/3264346&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also vote for this Idea to increase the priority of implementing this functionality:&lt;/P&gt;&lt;P&gt;&lt;A href="https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=2f761603-a400-ee11-a81c-6045bdb98602" target="_blank" rel="noopener"&gt;https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=2f761603-a400-ee11-a81c-6045bdb98602&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 07:44:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/change-a-parameter-value-defined-in-a-dataflow-in-a-data/m-p/4033976#M4490</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-07-10T07:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: change a parameter value defined in a dataflow     in a data pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/change-a-parameter-value-defined-in-a-dataflow-in-a-data/m-p/4061063#M4712</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="764597" data-lia-user-login="ludovicLaurent" class="lia-mention lia-mention-user"&gt;ludovicLaurent&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Have you solved your problem? If so, can you share your solution here and mark the correct answer as a standard answer to help other members find it faster? Thank you very much for your kind cooperation!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yilong Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/I&gt;&lt;/STRONG&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 09:31:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/change-a-parameter-value-defined-in-a-dataflow-in-a-data/m-p/4061063#M4712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-25T09:31:32Z</dc:date>
    </item>
  </channel>
</rss>

