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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
supri03
Helper I
Helper I

How can I automate a pipeline in Fabric?

Hey all, 

 

I've successfully established a pipeline to import data from Azure Blob into our Fabric Lakehouse. Now, I'm exploring ways to automate the addition of new files from different sources into our Lakehouse. Specifically, is there a method to schedule this pipeline for automatic updates as new data arrives? Additionally, it's crucial that changes in the source data reflect accurately within our Fabric environment.

If this is possible in Fabric, how can I achieve this?

Thanks!

1 ACCEPTED SOLUTION

Hi @supri03 

 

Thanks for using Microsoft Fabric Community.

Currently Fabric supports Scheduled triggers for pipelines. But more triggers will be added to Microsoft Fabric shortly. Fabric can use the schedule to automatically run pipeline. We are adding more triggers supported by ADF in Microsoft Fabric.

vcboorlamsft_0-1705395642095.png

 

For more details please refer: Link

 

I hope this information helps. Please do let us know if you have any further questions.

 

Thanks.

View solution in original post

6 REPLIES 6
AndreyBear
Advocate I
Advocate I

Just to update as of April 2025 - There are many ways to trigger a pipeline run at this point. 
However, if you have something like a continuous data feed into a Fabric lakehouse storage, one great pattern is to have a scanner pipeline running every X minutes to get and process a list of files in child notebooks/pipelines running with some known concurency limit, where each child process destroys or relocates their assigned file after it succeeds with the process.

This guarantees that all files are timely processed. Even if an individual process instance fails - that file will get picked up in the next scan-and-assignment wave. I have had one such hopper-processor running for close to 2 years now, every 5 mins, with sub 0.01% failure rate.

The togglable concurency limit effectively throttles and distributes processing for spiky feed sources, avoiding running out of compute. E.g., if the processing requires a notebook run (or a child pipeline run), and you feed lands 500 (or 10,000, respectively) files, an uncostrained parallel execution will immediately swamp your average capacity's available compute and pipeline nodes.


NandanHegde
Super User
Super User

Hey,

unfirtunately as of today Pipelines only support scheudled trigger and there are no APIs associated with the pipelines to trigger them externally.

So for now, event based triggers are not possible for Fabric pipelines.

 

 




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com

Oh Alright, do you have a resource or documentation that talks about this? 

Hi @supri03 

 

Thanks for using Microsoft Fabric Community.

Currently Fabric supports Scheduled triggers for pipelines. But more triggers will be added to Microsoft Fabric shortly. Fabric can use the schedule to automatically run pipeline. We are adding more triggers supported by ADF in Microsoft Fabric.

vcboorlamsft_0-1705395642095.png

 

For more details please refer: Link

 

I hope this information helps. Please do let us know if you have any further questions.

 

Thanks.

Hi @supri03 

 

Glad that your query got resolved.

Please continue using Fabric Community for any help regarding your queries.

https://community.fabric.microsoft.com/t5/Data-Pipelines/Is-it-possible-to-do-an-event-based-trigger...

 

MSFT doc:

https://learn.microsoft.com/en-us/fabric/data-factory/pipeline-runs




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com

Helpful resources

Announcements
MarchFBCvideo - carousel

Fabric Monthly Update - March 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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