Forum Discussion
Identify scheduled/triggered pipeline runs vs manual run
- 1 year ago
There is column called Run Kind which can be added from Column Options on top right corner of the Monitor tab in Fabric.This column gives values like Manual/Scheduled. This serves the purpose.
Thanks !
Hi BessyBasil,
Thank you for reaching out to the Microsoft forum community.
As of now, in the Microsoft Fabric Monitor tab, there is no direct built-in feature that explicitly differentiates between scheduled (triggered) runs and manual runs of a pipeline.
You can set a pipeline parameter to indicate the run type. When scheduling the pipeline, use a parameter such as RunType = "Scheduled". For manual triggers, set RunType = "Manual".
For more information, please refer the below link:
How to monitor pipeline runs - Microsoft Fabric | Microsoft Learn
If this helps, then please Accept it as a solution and dropping a "Kudos" so other members can find it more easily.
Thank you.