Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Ask the Fabric Databases & App Development teams anything! Live on Reddit on August 26th. Learn more.

Reply
useruserhi91
Helper I
Helper I

How can I re-run a pipeline after a run has completed? Without using "schedule"

I currently use "schedule refresh" for my pipeline in Fabric to run every 4 hours.

 

I want to change this such that the pipeline runs AFTER the previous run has completed.

 

I have so far tried to invoke another pipeline, which invokes THIS main pipeline once the pipeline has completed, but this creates a circular reference, which is not good.

1 ACCEPTED SOLUTION
girishthimmaiah
Resolver I
Resolver I

You can set up a "Pipeline Completion Trigger" in Microsoft Fabric without needing a schedule. Here’s how to do it: Solution: Use Pipeline Completion Trigger 1. Access your Data Pipeline in Fabric. 2. Create a new pipeline trigger. 3. Go to the Triggers section in your pipeline settings. 4. Select "Pipeline Completion Trigger." 5. Configure the trigger to activate once the previous pipeline run is complete. 6. Choose the same pipeline that you want to execute again after the completion. 7. Make sure the trigger is set up properly to prevent any loops.

View solution in original post

1 REPLY 1
girishthimmaiah
Resolver I
Resolver I

You can set up a "Pipeline Completion Trigger" in Microsoft Fabric without needing a schedule. Here’s how to do it: Solution: Use Pipeline Completion Trigger 1. Access your Data Pipeline in Fabric. 2. Create a new pipeline trigger. 3. Go to the Triggers section in your pipeline settings. 4. Select "Pipeline Completion Trigger." 5. Configure the trigger to activate once the previous pipeline run is complete. 6. Choose the same pipeline that you want to execute again after the completion. 7. Make sure the trigger is set up properly to prevent any loops.

Helpful resources

Announcements
Fabric July 2025 Monthly Update Carousel

Fabric Monthly Update - July 2025

Check out the July 2025 Fabric update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.