<?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: ADF Data Flow Fails with &amp;quot;Path does not resolve to any file&amp;quot; — Dynamic Parameters via Trigger in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/ADF-Data-Flow-Fails-with-quot-Path-does-not-resolve-to-any-file/m-p/4676650#M7694</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="605999" data-lia-user-login="JohnAG" class="lia-mention lia-mention-user"&gt;JohnAG&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV id="bodyDisplay_2" class=""&gt;
&lt;DIV class=""&gt;
&lt;P&gt;As this is microsoft fabrics forum, i would suggest raising a ticket is ADF forum&amp;nbsp;&lt;A href="https://techcommunity.microsoft.com/category/azuredatabases/discussions/azuredatafactory" target="_blank" rel="noopener nofollow noreferrer"&gt;https://techcommunity.microsoft.com/category/azuredatabases/discussions/azuredatafactory&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please consider&amp;nbsp;&lt;SPAN&gt;Accepting as solution&amp;nbsp;to help the other members find it more quickly,&amp;nbsp;don't forget to give a&amp;nbsp;"Kudos"&amp;nbsp;– I’d truly appreciate it!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!!&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 02 May 2025 04:18:30 GMT</pubDate>
    <dc:creator>v-sathmakuri</dc:creator>
    <dc:date>2025-05-02T04:18:30Z</dc:date>
    <item>
      <title>ADF Data Flow Fails with "Path does not resolve to any file" — Dynamic Parameters via Trigger</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/ADF-Data-Flow-Fails-with-quot-Path-does-not-resolve-to-any-file/m-p/4676005#M7691</link>
      <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm running into an issue with my Azure Data Factory pipeline triggered by a Blob event.&lt;/P&gt;&lt;P&gt;The trigger passes dynamic &lt;EM&gt;folderPath&lt;/EM&gt; and &lt;EM&gt;fileName&lt;/EM&gt; values into a parameterized dataset and mapping data flow.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything works perfectly when I debug the pipeline manually or &lt;STRONG&gt;trigger the pipeline manually with the trigger&lt;/STRONG&gt; and pass in the values for &lt;EM&gt;folderPath&lt;/EM&gt; and &lt;EM&gt;fileName&amp;nbsp;&lt;/EM&gt;directly. However, when the pipeline is triggered automatically via the blob event, the data flow fails with the following error:&lt;BR /&gt;&lt;BR /&gt;Error Message:&lt;BR /&gt;Job failed due to reason: at Source 'CSVsource': Path /financials/V02/Forecast/ForecastSampleV02.csv does not resolve to any file(s).&lt;BR /&gt;Please make sure the file/folder exists and is not hidden. At the same time, please ensure special character is not included in file/folder name, for example, name starting with _&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I've verified the blob file exists.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;The trigger fires correctly and passes parameters&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;The path looks valid.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;The dataset is parameterized correctly with&amp;nbsp;@dataset().folderPath and&amp;nbsp;@dataset().fileName&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I've attached screenshots of:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":blue_circle:"&gt;🔵&lt;/span&gt; 00-Pipeline Trigger Configuration On Blob creation&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":blue_circle:"&gt;🔵&lt;/span&gt; 01-Trigger Parameters&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":blue_circle:"&gt;🔵&lt;/span&gt; 02-Pipeline Parameters&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":blue_circle:"&gt;🔵&lt;/span&gt; 03-Data flow Parameters&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":blue_circle:"&gt;🔵&lt;/span&gt; 04-Data flow Parameters without default value&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":blue_circle:"&gt;🔵&lt;/span&gt; 05-Data flow CSVsource parameters&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":blue_circle:"&gt;🔵&lt;/span&gt; 06-Data flow Source Dataset&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":blue_circle:"&gt;🔵&lt;/span&gt; 07-Data flow Source dataset Parameters&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":blue_circle:"&gt;🔵&lt;/span&gt; 08-Data flow Source Parameters&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":blue_circle:"&gt;🔵&lt;/span&gt; 09-Parameters passed to the pipeline from the trigger&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":blue_circle:"&gt;🔵&lt;/span&gt; 10-Data flow error message&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="Pipeline Images" href="https://primeinnovativetechnologies-my.sharepoint.com/:b:/g/personal/john_primeinntech_com/EYoH5Sm_GaFGgvGAOEpbdXQB7QJFeXvbFmCbZiW85PwrNA?e=0yjeJR" target="_blank" rel="noopener"&gt;Here are all the images&lt;/A&gt;&lt;/P&gt;&lt;P&gt;What could be causing the data flow to fail on file path resolution&amp;nbsp;&lt;EM&gt;only when triggered,&lt;/EM&gt; even though the exact same parameters succeed during manual debug runs? Could this be related to:&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Extra slashes or encoding in trigger output?&lt;/LI&gt;&lt;LI&gt;Misuse of&amp;nbsp;@dataset().folderPath and fileName in the dataset?&lt;/LI&gt;&lt;LI&gt;Limitations in how blob trigger outputs are parsed?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any insights would be appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 14:19:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/ADF-Data-Flow-Fails-with-quot-Path-does-not-resolve-to-any-file/m-p/4676005#M7691</guid>
      <dc:creator>JohnAG</dc:creator>
      <dc:date>2025-05-01T14:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: ADF Data Flow Fails with "Path does not resolve to any file" — Dynamic Parameters via Trigger</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/ADF-Data-Flow-Fails-with-quot-Path-does-not-resolve-to-any-file/m-p/4676650#M7694</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="605999" data-lia-user-login="JohnAG" class="lia-mention lia-mention-user"&gt;JohnAG&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV id="bodyDisplay_2" class=""&gt;
&lt;DIV class=""&gt;
&lt;P&gt;As this is microsoft fabrics forum, i would suggest raising a ticket is ADF forum&amp;nbsp;&lt;A href="https://techcommunity.microsoft.com/category/azuredatabases/discussions/azuredatafactory" target="_blank" rel="noopener nofollow noreferrer"&gt;https://techcommunity.microsoft.com/category/azuredatabases/discussions/azuredatafactory&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please consider&amp;nbsp;&lt;SPAN&gt;Accepting as solution&amp;nbsp;to help the other members find it more quickly,&amp;nbsp;don't forget to give a&amp;nbsp;"Kudos"&amp;nbsp;– I’d truly appreciate it!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!!&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 May 2025 04:18:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/ADF-Data-Flow-Fails-with-quot-Path-does-not-resolve-to-any-file/m-p/4676650#M7694</guid>
      <dc:creator>v-sathmakuri</dc:creator>
      <dc:date>2025-05-02T04:18:30Z</dc:date>
    </item>
  </channel>
</rss>

