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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
mh20221111
Helper II
Helper II

Trouble Triggering DataPipeline on Lakehouse Table Changes via Job Events

Is it possible to trigger a DataPipeline whenever a specific table in the Lakehouse has new rows or when the data within the table changes?

I tried setting up a DataPipeline with a trigger, selecting Microsoft.Fabric.JobEvents.ItemJobSucceeded, and configuring the table name as itemName. I then ran a Dataflow to update the Lakehouse table's state, but the DataPipeline didn't run as expected.

Has anyone successfully set up such a trigger, or is there a different approach I should consider?

2 ACCEPTED SOLUTIONS
v-saisrao-msft
Community Support
Community Support

Hi @mh20221111,

Thank you @Shahid12523, for your insights.

At present, Fabric does not allow you to trigger a DataPipeline directly based on changes to Lakehouse table data, since tables do not generate events. Triggers are currently supported only for file events, job events, and workspace events. This is why your pipeline did not run when the table was updated. For more information, please refer below link:
Data pipelines event triggers in Data Factory - Microsoft Fabric | Microsoft Learn

Solved: Re: Is it possible to run an event-based trigger b... - Microsoft Fabric Community

 

Thank you.

View solution in original post

Hi @mh20221111,

Currently, Fabric does not allow pipelines to be triggered by the completion of Gen2 dataflows, except through CI/CD or semantic model updates. If this functionality is important for your workflow, you can suggest it on the Microsoft Ideas Forum. If your idea receives enough votes, Microsoft may consider adding it in a future release.

Fabric Ideas - Microsoft Fabric Community

For more information on the currently supported event triggers, you can also refer to the official documentation:

Data pipelines event triggers in Data Factory - Microsoft Fabric | Microsoft Learn

 

Thank you.

View solution in original post

5 REPLIES 5
v-saisrao-msft
Community Support
Community Support

Hi @mh20221111,

Have you had a chance to review the solution we shared earlier? If the issue persists, feel free to reply so we can help further.

 

Thank you.

Hi @v-saisrao-msft ,

Are there any plans to include the completion of updates to Gen2 data flows outside of CI/CD and semantic models in workspace events in the future?

Hi @mh20221111,

Currently, Fabric does not allow pipelines to be triggered by the completion of Gen2 dataflows, except through CI/CD or semantic model updates. If this functionality is important for your workflow, you can suggest it on the Microsoft Ideas Forum. If your idea receives enough votes, Microsoft may consider adding it in a future release.

Fabric Ideas - Microsoft Fabric Community

For more information on the currently supported event triggers, you can also refer to the official documentation:

Data pipelines event triggers in Data Factory - Microsoft Fabric | Microsoft Learn

 

Thank you.

v-saisrao-msft
Community Support
Community Support

Hi @mh20221111,

Thank you @Shahid12523, for your insights.

At present, Fabric does not allow you to trigger a DataPipeline directly based on changes to Lakehouse table data, since tables do not generate events. Triggers are currently supported only for file events, job events, and workspace events. This is why your pipeline did not run when the table was updated. For more information, please refer below link:
Data pipelines event triggers in Data Factory - Microsoft Fabric | Microsoft Learn

Solved: Re: Is it possible to run an event-based trigger b... - Microsoft Fabric Community

 

Thank you.

Shahid12523
Community Champion
Community Champion

Currently, you can’t trigger a DataPipeline directly on Lakehouse table data changes because those events aren’t emitted.
Instead, you can:
- Trigger on file updates feeding the Lakehouse (using storage event triggers).
- Use scheduled pipelines that detect changes via timestamps or delta logic.
- Or trigger pipelines manually after updates via Power Automate or API calls.

Shahed Shaikh

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI 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.

Top Solution Authors
Top Kudoed Authors