<?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 Activity with multiple conditions in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3817887#M2471</link>
    <description>&lt;P&gt;thanks, i think i could figure something out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Are there any good examples / best practices / tutorials on this ? I feel like most stuff I find online are not covering these kinds of things&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2024 06:16:56 GMT</pubDate>
    <dc:creator>JoachimSA</dc:creator>
    <dc:date>2024-04-08T06:16:56Z</dc:date>
    <item>
      <title>Pipeline Activity with multiple conditions</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3808229#M2395</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have a real basic question that I am not finding the answer to:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Will the "TMM Mapping " Notebook in the example above wait for both the "SOP Bucket Creator" and "Load TMM DB" before it starts to run ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thans for your help!&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 15:06:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3808229#M2395</guid>
      <dc:creator>JoachimSA</dc:creator>
      <dc:date>2024-04-03T15:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline Activity with multiple conditions</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3809196#M2409</link>
      <description>&lt;P&gt;yes, it would wait for both the previous activities to be completed and that too succesfully completed before it starts its execution.&lt;/P&gt;
&lt;P&gt;The dependencies in data pipe lines acts as an AND expression.&lt;/P&gt;
&lt;P&gt;Reference :&amp;nbsp;&lt;A href="https://datasharkx.wordpress.com/2024/02/17/error-logging-and-the-art-of-avoiding-redundant-activities-in-msft-fabric-data-pipelines/" target="_blank"&gt;https://datasharkx.wordpress.com/2024/02/17/error-logging-and-the-art-of-avoiding-redundant-activities-in-msft-fabric-data-pipelines/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 03:26:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3809196#M2409</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-04-04T03:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline Activity with multiple conditions</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3809213#M2411</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="339104" data-lia-user-login="JoachimSA" class="lia-mention lia-mention-user"&gt;JoachimSA&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;I have created a repro of your scenario:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;1) Inititally the Dataflow1 and Dataflow2 will start running.&amp;nbsp;&lt;BR /&gt;2) After this the Notebook1 starts running.&lt;BR /&gt;3) If both Notebook1 and Dataflow2 run successfully , then the Notebook2 starts running.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Please let me know if you have any further questions.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 03:50:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3809213#M2411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-04T03:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline Activity with multiple conditions</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3809461#M2416</link>
      <description>&lt;P&gt;Perfect thank you!&lt;/P&gt;&lt;P&gt;Just to confirm: all&amp;nbsp;activities without a condition will be triggered on pipeline start ?&lt;/P&gt;&lt;P&gt;I have a scenario where i would want to switch off certain parts of the pipeline depending on which input data was changed in the background so I do not need to run through everything for every small update of some side info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;are there any ressources on how one would switch off certain branches of the tree of activities ?&lt;/P&gt;&lt;P&gt;If an activity is switched off but is still connected to the following node it will be taken out of the condition for the following node to run right ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just wasn able to find very good documentation on those very basic questions...do you have a hint for me ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 06:33:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3809461#M2416</guid>
      <dc:creator>JoachimSA</dc:creator>
      <dc:date>2024-04-04T06:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline Activity with multiple conditions</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3809491#M2418</link>
      <description>&lt;P&gt;Can you plz provide a normal PPT/ visual representaion of what you want to achieve?&amp;nbsp;&lt;BR /&gt;To ans to your query, yes&lt;BR /&gt;all activities without any dependency would run paralley on pipeline start.&lt;BR /&gt;&lt;BR /&gt;And you can switch / turn off activities based on multiple approaches like leveraging IF or Switch activity or via dependencies.&lt;/P&gt;
&lt;P&gt;A visual representation of your ask would help us help you better&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 06:39:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3809491#M2418</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-04-04T06:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline Activity with multiple conditions</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3810177#M2422</link>
      <description>&lt;P&gt;Hi Nandan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so depending on which inputs changed i would like to easily exclude each of the 3 Highlighted Blocks individually from updating.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can See, at the moment i just deactivated some of them. Would that be the way to go ? Longer branches get increasingly cumbersome to switch on and of then.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also: Each activity write a deltatable at the end which is the used by the next one. Is that the optimal way when I work in a Lakehouse ?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 09:23:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3810177#M2422</guid>
      <dc:creator>JoachimSA</dc:creator>
      <dc:date>2024-04-04T09:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline Activity with multiple conditions</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3811199#M2430</link>
      <description>&lt;P&gt;You can create a parameter at the pipeline level and then leverage IF activity to either enable that flows or ignore those and procced.&lt;BR /&gt;So rather than just disbaling the activities, you can pass the parameter at run time to either enable or skip the flows&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 14:19:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3811199#M2430</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-04-04T14:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline Activity with multiple conditions</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3817887#M2471</link>
      <description>&lt;P&gt;thanks, i think i could figure something out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Are there any good examples / best practices / tutorials on this ? I feel like most stuff I find online are not covering these kinds of things&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 06:16:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-Activity-with-multiple-conditions/m-p/3817887#M2471</guid>
      <dc:creator>JoachimSA</dc:creator>
      <dc:date>2024-04-08T06:16:56Z</dc:date>
    </item>
  </channel>
</rss>

