<?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: Pipeline containing 5 notebooks. can it be parameterised in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4124914#M3804</link>
    <description>&lt;P&gt;You can easily do exactly that with the solution I described. For-each task that provides parameters to the notebook inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2024 11:33:55 GMT</pubDate>
    <dc:creator>Dronec</dc:creator>
    <dc:date>2024-08-29T11:33:55Z</dc:date>
    <item>
      <title>Pipeline containing 5 notebooks. can it be parameterised</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4122556#M3787</link>
      <description>&lt;P&gt;I have the following pipeline&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;They have to be run asynchrnously in this order&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder if there was a way to parameterise so you only need one notebook that runs for each item?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess you would need the Workspace and Notebook in another file somewhere you can use? Is there any good documentation i can look at. I want to try doing it as simply as possible&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 10:19:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4122556#M3787</guid>
      <dc:creator>DebbieE</dc:creator>
      <dc:date>2024-08-28T10:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline containing 5 notebooks. can it be parameterised</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4122567#M3788</link>
      <description>&lt;P&gt;Any particular reason why you don't process all the tables inside one notebook?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 10:29:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4122567#M3788</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-08-28T10:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline containing 5 notebooks. can it be parameterised</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4122707#M3789</link>
      <description>&lt;P&gt;If you're processing them in the same way (i.e. no special logic for Dim Episode comparing to Dim Task), you generally don't need more than one notebook with parameters. Example of one of mine:&lt;/P&gt;&lt;P&gt;Notebook with parameters:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Pipeline task that sends parameters to this notebook:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 12:02:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4122707#M3789</guid>
      <dc:creator>Dronec</dc:creator>
      <dc:date>2024-08-28T12:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline containing 5 notebooks. can it be parameterised</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4123543#M3793</link>
      <description>&lt;P&gt;if you really need separate notebooks, how about running the notebooks in parallel using runmultiple?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pl.seequality.net/run-multiple-notebooks-in-parallel-using-runmultiple-in-microsoft-fabric/" target="_blank"&gt;https://pl.seequality.net/run-multiple-notebooks-in-parallel-using-runmultiple-in-microsoft-fabric/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 21:56:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4123543#M3793</guid>
      <dc:creator>AndyDDC</dc:creator>
      <dc:date>2024-08-28T21:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline containing 5 notebooks. can it be parameterised</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4124885#M3802</link>
      <description>&lt;P&gt;Yes. To keep each notebook as simple as possible, Otherwise it would be really long. In the same way as I would process each as a stored procedure&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 11:12:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4124885#M3802</guid>
      <dc:creator>DebbieE</dc:creator>
      <dc:date>2024-08-29T11:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline containing 5 notebooks. can it be parameterised</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4124907#M3803</link>
      <description>&lt;P&gt;I don't want to run them in parallel. i want to run them in sequence. But I can see that there is a way of using a master notebook to run them with this. So I might be able to use that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was expecting a solution where I would have a notebook with each parameter needed to run each notebook. And iterate through that until it was completed&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 11:20:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4124907#M3803</guid>
      <dc:creator>DebbieE</dc:creator>
      <dc:date>2024-08-29T11:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline containing 5 notebooks. can it be parameterised</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4124914#M3804</link>
      <description>&lt;P&gt;You can easily do exactly that with the solution I described. For-each task that provides parameters to the notebook inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 11:33:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4124914#M3804</guid>
      <dc:creator>Dronec</dc:creator>
      <dc:date>2024-08-29T11:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline containing 5 notebooks. can it be parameterised</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4149040#M4068</link>
      <description>&lt;P&gt;I have cracked it. I added a csv of the Notebooks WorkspaceName, WorkspaceID, NotebookName, NotebookID. Then I did a lookup to the csv file.&amp;nbsp; Then a for each loop. Sequential. Items&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;activity(&lt;/SPAN&gt;&lt;SPAN&gt;'GetNotebookNames'&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;output&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;In the for each loop added a Notebook&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;Workspace ID&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;item().&lt;/SPAN&gt;&lt;SPAN&gt;workspaceID&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;SPAN&gt;Notebook ID&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;item().&lt;/SPAN&gt;&lt;SPAN&gt;notebookID&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This seemed to do the trick&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Sep 2024 08:13:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Pipeline-containing-5-notebooks-can-it-be-parameterised/m-p/4149040#M4068</guid>
      <dc:creator>DebbieE</dc:creator>
      <dc:date>2024-09-13T08:13:48Z</dc:date>
    </item>
  </channel>
</rss>

