Forum Discussion

fabricpribeiro's avatar
fabricpribeiro
Post Patron
4 months ago
Solved

event trigger authentication & error fetch

Dears,   We have an event trigger which I created from inside my fabric data factory pipeline by choosing the option onelake events (figure 1)    If I am not wrong, it works like this : onelake -...
  • v-nmadadi-msft's avatar
    v-nmadadi-msft
    4 months ago

    Hi fabricpribeiro ,

    A gap-detection check is a simple monitoring mechanism that ensures your event-driven pipeline is working correctly end to end. It works by checking whether a pipeline run happens within a defined time after a file is created in OneLake. If a file arrives but no corresponding pipeline execution is detected within that time window, it raises an alert (for example, via email or Teams). This helps you catch issues in the event-to-trigger process such as missed events or Activator failures even when your pipeline never starts and therefore doesn’t generate any logs.

    Please check this article for more details:
    Reacting to Azure Blob storage events | Microsoft Learn

     

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