Forum Discussion

MuhammedLabeeb's avatar
MuhammedLabeeb
New Member
1 year ago
Solved

Multiple pipeline runs triggered from single file creation in OneLake using Event Trigger

Hi,

I'm working on a simple setup in Microsoft Fabric:

  • I have a Copy Data pipeline that moves files from DataLake A to DataLake B.

  • I configured an event trigger that listens for file creation in a folder under DataLake A.

  • The expectation is: when a new file is created, the pipeline runs once to copy that file.

However, what's happening is:

  • When I create just one file, the pipeline gets triggered multiple times (4+ executions observed).

  • There’s no loop in my logic, and the destination is in a completely different DataLake/folder.

  • I’ve confirmed that the trigger is scoped only to the source folder in DataLake A.

Is this a known issue with event triggers in Fabric?
Or could there be something wrong with my configuration?

Would really appreciate your help in confirming whether this is expected behavior or an issue on my side.

6 Replies