<?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: Invoking Pipeline across workspaces in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/4008155#M4166</link>
    <description>&lt;P&gt;This was useful for me:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/pipeline-rest-api" target="_blank"&gt;Fabric data pipeline public REST API (Preview) - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using a web activity, the connection settings will need to be as per:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;base url:&amp;nbsp;&lt;A href="https://api.fabric.microsoft.com" target="_blank"&gt;https://api.fabric.microsoft.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;token audience url:&amp;nbsp;&lt;A href="https://analysis.windows.net/powerbi/api" target="_blank"&gt;https://analysis.windows.net/powerbi/api&lt;/A&gt;&lt;/P&gt;&lt;P&gt;authentication: organizational (spn / service principle isn't supported atm)&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>Tue, 25 Jun 2024 03:52:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-06-25T03:52:40Z</dc:date>
    <item>
      <title>Invoking Pipeline across workspaces</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/3807295#M2384</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It looks like there is still no native option to invoke a pipeline from a different workspace using the invoke pipeline activity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any work arounds available to invoke a pipeline in Y workspace after a pipeline in X workspace has finished running succesfully?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 09:23:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/3807295#M2384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-03T09:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Invoking Pipeline across workspaces</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/3807415#M2385</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;&lt;SPAN&gt;You're right, there's currently no native way to directly trigger a pipeline in a different workspace using the Invoke Pipeline activity in Fabric Data Factory.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;However I can suggest a simple workaround -&lt;BR /&gt;The API for triggering pipelines is:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/core/job-scheduler/run-on-demand-item-job?tabs=HTTP" target="_blank"&gt;Job Scheduler - Run On Demand Item Job - REST API (Core) | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;With the help of this you can trigger a Pipeline in different workspace.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;" The Job Scheduler API is missing documentation when it comes to the jobType parameter. If you are trying to run a Data Pipeline on demand, don't use DefaultJob like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/jobs/instances?jobType=DefaultJob&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead, use Pipeline like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/jobs/instances?jobType=Pipeline "&lt;BR /&gt;&lt;BR /&gt;Hope this is helpful. Please let me know incase of further queries.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 09:57:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/3807415#M2385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-03T09:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Invoking Pipeline across workspaces</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/3810467#M2423</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if your query was answered.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, will respond back with the more details and we will try to help .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 10:43:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/3810467#M2423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-04T10:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Invoking Pipeline across workspaces</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/3819160#M2477</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if your query was answered.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, will respond back with the more details and we will try to help .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 11:16:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/3819160#M2477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-08T11:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Invoking Pipeline across workspaces</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/3861900#M2830</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I wasn't able to make it work with a regular web activity in the pipeline itself. I am getting a configuration error, when trying to run it. Error code: 2108&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 10:13:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/3861900#M2830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-23T10:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Invoking Pipeline across workspaces</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/3861911#M2831</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Apologize for the issue you are facing.&amp;nbsp;The best course of action is to open a support ticket and have our support team take a closer look at it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please reach out to our support team so they can do a more thorough investigation on why this it is happening:&amp;nbsp;&lt;A href="https://support.fabric.microsoft.com/en-IN/support/" target="_blank" rel="noopener"&gt;Link&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After creating a Support ticket please provide the ticket number as it would help us to track for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps. Please let us know if you have any other queries.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 10:16:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/3861911#M2831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-23T10:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Invoking Pipeline across workspaces</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/4008155#M4166</link>
      <description>&lt;P&gt;This was useful for me:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/pipeline-rest-api" target="_blank"&gt;Fabric data pipeline public REST API (Preview) - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using a web activity, the connection settings will need to be as per:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;base url:&amp;nbsp;&lt;A href="https://api.fabric.microsoft.com" target="_blank"&gt;https://api.fabric.microsoft.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;token audience url:&amp;nbsp;&lt;A href="https://analysis.windows.net/powerbi/api" target="_blank"&gt;https://analysis.windows.net/powerbi/api&lt;/A&gt;&lt;/P&gt;&lt;P&gt;authentication: organizational (spn / service principle isn't supported atm)&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>Tue, 25 Jun 2024 03:52:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/4008155#M4166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-25T03:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Invoking Pipeline across workspaces</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/4016114#M4268</link>
      <description>&lt;P&gt;I am attempting this, and getting the same error.&amp;nbsp; Did you ever get a resolution to this?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 17:44:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Invoking-Pipeline-across-workspaces/m-p/4016114#M4268</guid>
      <dc:creator>sharp1FL</dc:creator>
      <dc:date>2024-06-28T17:44:19Z</dc:date>
    </item>
  </channel>
</rss>

