<?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 Parameters to fabric pipeline in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Parameters-to-fabric-pipeline/m-p/4994239#M14950</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I had a question about passing the parameters to the pipeline.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;Can we pass the parameters HireDate, fromdate and todate only in the 2nd pipeline? , or to pass all parameters in the main pipeline which will have Invoke pipeline of 2 pipelines?&lt;BR /&gt;&lt;BR /&gt;1. 1st pipeline will invoke the json which has the schema and table.&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;2. To Invoke the other pipeline after the 1st pipeline, and pass the the above values of schema and table to 2nd pipeline and also to pass the values - HireDate, fromdate and todate in the Copy Activity,&lt;BR /&gt;&lt;BR /&gt;Below queries to add in the Copy Activity&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Fri, 27 Feb 2026 15:50:19 GMT</pubDate>
    <dc:creator>Ka13</dc:creator>
    <dc:date>2026-02-27T15:50:19Z</dc:date>
    <item>
      <title>Parameters to fabric pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Parameters-to-fabric-pipeline/m-p/4994239#M14950</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I had a question about passing the parameters to the pipeline.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;Can we pass the parameters HireDate, fromdate and todate only in the 2nd pipeline? , or to pass all parameters in the main pipeline which will have Invoke pipeline of 2 pipelines?&lt;BR /&gt;&lt;BR /&gt;1. 1st pipeline will invoke the json which has the schema and table.&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;2. To Invoke the other pipeline after the 1st pipeline, and pass the the above values of schema and table to 2nd pipeline and also to pass the values - HireDate, fromdate and todate in the Copy Activity,&lt;BR /&gt;&lt;BR /&gt;Below queries to add in the Copy Activity&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Feb 2026 15:50:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Parameters-to-fabric-pipeline/m-p/4994239#M14950</guid>
      <dc:creator>Ka13</dc:creator>
      <dc:date>2026-02-27T15:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters to fabric pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Parameters-to-fabric-pipeline/m-p/4994346#M14952</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1386889"&gt;@Ka13&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest to keep all the parameter related inputs (HireDate, fromDate, toDate) in Pipeline-1 itself along with schema and table names, pass it to Pipeline-2. Pipeline-2 will just do the copy data or any activity. &lt;BR /&gt;This will be cleaner approach with one point for all parameters and keeps the second pipeline more reusable for only copy.&lt;/P&gt;
&lt;P&gt;If this post helps, please accept this as a solution. Appreciate your kudos.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;pallavi_r&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 05:40:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Parameters-to-fabric-pipeline/m-p/4994346#M14952</guid>
      <dc:creator>pallavi_r</dc:creator>
      <dc:date>2026-02-04T05:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters to fabric pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Parameters-to-fabric-pipeline/m-p/4994858#M14953</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1386889"&gt;@Ka13&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suggest you set up pipelines only with the required parameters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pipeline 1 parameters:&lt;/P&gt;&lt;P&gt;- Schema&lt;/P&gt;&lt;P&gt;- Table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pipeline 2 parameters:&lt;/P&gt;&lt;P&gt;- Schema&lt;/P&gt;&lt;P&gt;- Table&lt;/P&gt;&lt;P&gt;- HireDate&lt;/P&gt;&lt;P&gt;- Fromdate&lt;/P&gt;&lt;P&gt;- ToDate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pipeline 3 (the invokiing pipeline or the parent pipeline):&lt;/P&gt;&lt;P&gt;Insert two&amp;nbsp;&lt;EM&gt;Invoke Pipeline&amp;nbsp;&lt;/EM&gt;activities.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pipeline 3 parameters:&lt;/P&gt;&lt;P&gt;- Schema&lt;/P&gt;&lt;P&gt;- Table&lt;/P&gt;&lt;P&gt;- HireDate&lt;/P&gt;&lt;P&gt;- Fromdate&lt;/P&gt;&lt;P&gt;- ToDate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the setting of each&amp;nbsp;&lt;EM&gt;Invoke Pipeline&amp;nbsp;&lt;/EM&gt;activities, pass the pipeline3 parameters like so&lt;/P&gt;&lt;P&gt;Schema&amp;nbsp; &amp;nbsp; String&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;pipeline().&lt;/SPAN&gt;&lt;SPAN&gt;parameters&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Schema&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HireDate&amp;nbsp; String&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;{formatDateTime(pipeline().&lt;/SPAN&gt;&lt;SPAN&gt;parameters&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;HireDate&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'yyyy-MM-dd'&lt;/SPAN&gt;&lt;SPAN&gt;)}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 10:53:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Parameters-to-fabric-pipeline/m-p/4994858#M14953</guid>
      <dc:creator>deborshi_nag</dc:creator>
      <dc:date>2026-02-04T10:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters to fabric pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Parameters-to-fabric-pipeline/m-p/4995415#M14956</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1386889"&gt;@Ka13&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/693422"&gt;@pallavi_r&lt;/a&gt;, passing them into the first pipeline, and then having the first pipeline execute the second pipeline is a clean approach.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What could also be done is having a master "orchestration" pipeline that takes all the parameters, and then it runs the 3 pipelines only passing in what those pipelines need as parameters.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 14:51:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Parameters-to-fabric-pipeline/m-p/4995415#M14956</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-02-04T14:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters to fabric pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Parameters-to-fabric-pipeline/m-p/4996090#M14963</link>
      <description>&lt;P&gt;Thanks Pallavi&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 06:04:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Parameters-to-fabric-pipeline/m-p/4996090#M14963</guid>
      <dc:creator>Ka13</dc:creator>
      <dc:date>2026-02-05T06:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters to fabric pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Parameters-to-fabric-pipeline/m-p/4996091#M14964</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 06:04:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Parameters-to-fabric-pipeline/m-p/4996091#M14964</guid>
      <dc:creator>Ka13</dc:creator>
      <dc:date>2026-02-05T06:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters to fabric pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Parameters-to-fabric-pipeline/m-p/4996092#M14965</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1445078"&gt;@deborshi_nag&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 06:05:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Parameters-to-fabric-pipeline/m-p/4996092#M14965</guid>
      <dc:creator>Ka13</dc:creator>
      <dc:date>2026-02-05T06:05:13Z</dc:date>
    </item>
  </channel>
</rss>

