<?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 Gen2 (CI/CD) Data Pipeline Activity Fails when Dynamic Parameters Passed from Data Pipeline in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Gen2-CI-CD-Data-Pipeline-Activity-Fails-when-Dynamic/m-p/5129348#M5716</link>
    <description>&lt;DIV&gt;&lt;STRONG&gt;SOLUTION: Parameter data types must align in DFG2 &amp;amp; DPL&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;After a lot of config tweaking to identify the root cause, it was a simple data typing issue (of course!!).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Parameters in data pipeline items must be strongly typed - mine were of type [String]&lt;/DIV&gt;&lt;DIV&gt;The DFG2 parameters were of type Any - this is usually really forgiving.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;By changing the data type of all parameters in DFG2 to [Text] the DPL activity ran perfectly.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;NOTES:&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;The error could be much more meaningful - and indeed the documentation should be updated to make this data type match requirement clear.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Dataflows and Data Pipelines have different development stories:&lt;OL&gt;&lt;LI&gt;Dataflows have evolved considerably since their origin in Excel Power Query (aka Data Explorer)&lt;/LI&gt;&lt;LI&gt;Fabric data pipelines began life in Azure Data Factory - with some Azure Synapse pipeline DNA.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;It is clear that these Fabric items are still not fully consistent - not least because types String and Text are not interchangeable/identical at a technical level : p&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 10 Mar 2026 16:23:50 GMT</pubDate>
    <dc:creator>BettinaEK</dc:creator>
    <dc:date>2026-03-10T16:23:50Z</dc:date>
    <item>
      <title>Dataflow Gen2 (CI/CD) Data Pipeline Activity Fails when Dynamic Parameters Passed from Data Pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Gen2-CI-CD-Data-Pipeline-Activity-Fails-when-Dynamic/m-p/5129340#M5714</link>
      <description>&lt;DIV&gt;Hi Fellow Fabricators,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This one gave me a nasty headache, so I'm posting here to help others with the same issue.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;Error code:&lt;/STRONG&gt;&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/connector-troubleshoot-overview#error-code-20302" target="_blank" rel="noopener"&gt;20302&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;STRONG&gt;Failure type:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;User configuration issue&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Details&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;Dataflow refresh job failed with status: Failed. Failure reason: { requestId: [guid], errorCode: 105004, message: . Learn more at &lt;A href="https://go.microsoft.com/fwlink/?linkid=2314100" target="_blank" rel="noopener"&gt;https://go.microsoft.com/fwlink/?linkid=2314100&lt;/A&gt; }&lt;/DIV&gt;&lt;DIV&gt;Error Link:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/connector-troubleshoot-overview#error-code-20302" target="_blank" rel="noopener"&gt;Troubleshoot connectors - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;The error code Troubleshoot guide is generic and the failure reason message is missing.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;High-level config details&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DataflowGen2 (CI/CD):&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;public parameters mode enabled&lt;/LI&gt;&lt;LI&gt;runs successfully when (using "current value" in parameters)&lt;/LI&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;executed manually (save, run &amp;amp; close)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;refreshed (manually) from UI&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;LI&gt;run fails&amp;nbsp;&lt;/LI&gt;&lt;OL&gt;&lt;LI&gt;when called from a dataflow activity in a data pipeline, and&lt;/LI&gt;&lt;LI&gt;pipeline passes 3&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;dynamic&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;parameters into dataflow&lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;MICROSOFT RESOURCES&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;A href="https://blog.fabric.microsoft.com/en-us/blog/dataflow-gen2-ci-cd-git-integration-and-public-apis/" target="_blank" rel="noopener"&gt;Dataflow Gen2 CI/CD - in GA May 2025&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-gen2-cicd-alm-solution-architecture" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Deployment&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;Pipeline Parameters are supported&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-activity" target="_blank" rel="noopener"&gt;Data Pipelines:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Dataflow Activity supports&amp;nbsp;&lt;/SPAN&gt;Dataflow Gen2 CI/CD&amp;nbsp;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-activity#dataflow-activity-settings" target="_blank" rel="noopener"&gt;Passing parameters into a Dataflow Gen2 CI/CD from a Data Pipeline activity is supported&lt;/A&gt;: and referenced thus&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;"When selecting a Dataflow Gen2 with CI/CD that has the public parameters mode enabled, a Dataflow parameters section is displayed which lists all the available parameters, their types, and default values for the selected Dataflow."&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;SOLUTION&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;After a lot of config tweaking to identify the root cause, it was a simple data typing issue (of course!!).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Parameters in data pipeline items must be strongly typed - mine were of type [String]&lt;/DIV&gt;&lt;DIV&gt;The DFG2 parameters were of type Any - this is usually really forgiving.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;By changing the data type of all parameters in DFG2 to [Text] the DPL activity ran perfectly.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;NOTES:&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;The error could be much more meaningful - and indeed the documentation should be updated to make this data type match requirement clear.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Dataflows and Data Pipelines have different development stories:&lt;OL&gt;&lt;LI&gt;Dataflows have evolved considerably since their origin in Excel Power Query (aka Data Explorer)&lt;/LI&gt;&lt;LI&gt;Fabric data pipelines began life in Azure Data Factory - with some Azure Synapse pipeline DNA.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;It is clear that these Fabric items are still not fully consistent - not least because types String and Text are not interchangeable/identical at a technical level &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 10 Mar 2026 16:20:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Gen2-CI-CD-Data-Pipeline-Activity-Fails-when-Dynamic/m-p/5129340#M5714</guid>
      <dc:creator>BettinaEK</dc:creator>
      <dc:date>2026-03-10T16:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow Gen2 (CI/CD) Data Pipeline Activity Fails when Dynamic Parameters Passed from Data Pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Gen2-CI-CD-Data-Pipeline-Activity-Fails-when-Dynamic/m-p/5129348#M5716</link>
      <description>&lt;DIV&gt;&lt;STRONG&gt;SOLUTION: Parameter data types must align in DFG2 &amp;amp; DPL&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;After a lot of config tweaking to identify the root cause, it was a simple data typing issue (of course!!).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Parameters in data pipeline items must be strongly typed - mine were of type [String]&lt;/DIV&gt;&lt;DIV&gt;The DFG2 parameters were of type Any - this is usually really forgiving.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;By changing the data type of all parameters in DFG2 to [Text] the DPL activity ran perfectly.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;NOTES:&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;The error could be much more meaningful - and indeed the documentation should be updated to make this data type match requirement clear.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Dataflows and Data Pipelines have different development stories:&lt;OL&gt;&lt;LI&gt;Dataflows have evolved considerably since their origin in Excel Power Query (aka Data Explorer)&lt;/LI&gt;&lt;LI&gt;Fabric data pipelines began life in Azure Data Factory - with some Azure Synapse pipeline DNA.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;It is clear that these Fabric items are still not fully consistent - not least because types String and Text are not interchangeable/identical at a technical level : p&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 10 Mar 2026 16:23:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Gen2-CI-CD-Data-Pipeline-Activity-Fails-when-Dynamic/m-p/5129348#M5716</guid>
      <dc:creator>BettinaEK</dc:creator>
      <dc:date>2026-03-10T16:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow Gen2 (CI/CD) Data Pipeline Activity Fails when Dynamic Parameters Passed from Data Pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Gen2-CI-CD-Data-Pipeline-Activity-Fails-when-Dynamic/m-p/5129781#M5717</link>
      <description>&lt;P&gt;Hi BettinaEK,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We sincerely appreciate your efforts in sharing this valuable information with the community. It will benefit other community members who are seeking similar guidance.&lt;/P&gt;
&lt;P&gt;If you have any further queries, please feel free to contact the Microsoft Fabric community.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 08:26:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dataflow-Gen2-CI-CD-Data-Pipeline-Activity-Fails-when-Dynamic/m-p/5129781#M5717</guid>
      <dc:creator>v-pnaroju-msft</dc:creator>
      <dc:date>2026-03-11T08:26:22Z</dc:date>
    </item>
  </channel>
</rss>

