<?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 Dependency and Parallel Processing in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598400#M7232</link>
    <description>&lt;PRE&gt;&lt;SPAN&gt;i have four pipelines running in 2 streams.&lt;BR /&gt;each stream has 2 pipelines running in sequence.&lt;BR /&gt;if a pipeline fails then the next pipeline should not get executed.&lt;BR /&gt;However, this should not affect the one's running in parallel and they should continue.&lt;BR /&gt;Final status of the pipeline should be Failed.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Mar 2025 11:26:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-03-06T11:26:31Z</dc:date>
    <item>
      <title>Dependency and Parallel Processing</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598400#M7232</link>
      <description>&lt;PRE&gt;&lt;SPAN&gt;i have four pipelines running in 2 streams.&lt;BR /&gt;each stream has 2 pipelines running in sequence.&lt;BR /&gt;if a pipeline fails then the next pipeline should not get executed.&lt;BR /&gt;However, this should not affect the one's running in parallel and they should continue.&lt;BR /&gt;Final status of the pipeline should be Failed.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 11:26:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598400#M7232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-06T11:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency and Parallel Processing</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598422#M7233</link>
      <description>&lt;P&gt;please provide a pictorial represent of your ask as that would be much more clearer rather than the above statements.&amp;nbsp;&lt;BR /&gt;meaning when you say if a pipeline fails, is it the pipeline within the stream or the external pipeline etc?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 11:35:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598422#M7233</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2025-03-06T11:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency and Parallel Processing</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598424#M7234</link>
      <description>&lt;P&gt;Master Pipeline:&lt;BR /&gt;├── Pipeline A (Runs in parallel)&lt;BR /&gt;│ └── Pipeline B (Runs only if A succeeds)&lt;BR /&gt;├── Pipeline C (Runs in parallel)&lt;BR /&gt;└── Pipeline D (Runs only if C succeeds)&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 11:36:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598424#M7234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-06T11:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency and Parallel Processing</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598429#M7236</link>
      <description>&lt;P&gt;im looking for a design , if my above ask is possible or not in ms fabric&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 11:38:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598429#M7236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-06T11:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency and Parallel Processing</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598436#M7237</link>
      <description>&lt;P&gt;Hi, parallel pipelines within the same pipeline already work without being affected by each other. Even if one of them fails, the other pipelines will work, but the main pipeline will return a failure.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 11:40:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598436#M7237</guid>
      <dc:creator>ahmetyilmaz</dc:creator>
      <dc:date>2025-03-06T11:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency and Parallel Processing</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598442#M7238</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;A and C run in parallel&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 11:42:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598442#M7238</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2025-03-06T11:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency and Parallel Processing</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598457#M7239</link>
      <description>&lt;P&gt;Any Dependencies should i consider for this&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 11:47:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598457#M7239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-06T11:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency and Parallel Processing</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598487#M7240</link>
      <description>&lt;P&gt;Above is the dependecy flow wherein the 2 pipelines should be dependant via on Success&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 12:03:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Dependency-and-Parallel-Processing/m-p/4598487#M7240</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2025-03-06T12:03:22Z</dc:date>
    </item>
  </channel>
</rss>

