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

View all the Fabric Data Days sessions on demand. View schedule

Reply
kasun_rumesh
Helper I
Helper I

How to get the Microsoft Fabric pipeline run time in to the Fabric Warehouse Table

I want to get the Microsoft Fabric pipeline run time in to the Fabric Warehouse Table.

1 ACCEPTED SOLUTION
purushotham15
Regular Visitor

Please try custom logging by adding some of the DB objects(like tables procedures) to add the data from pipeline. You can use SP activities at the beginning and end of the pipelines and also make use of system variables like runid, pipelinename..etc.

View solution in original post

5 REPLIES 5
purushotham15
Regular Visitor

Please try custom logging by adding some of the DB objects(like tables procedures) to add the data from pipeline. You can use SP activities at the beginning and end of the pipelines and also make use of system variables like runid, pipelinename..etc.

FabianSchut
Super User
Super User

@kasun_rumesh,

 

Another option is to use the MS Fabric API to retrieve the start and end time of a job and calculate the run time. You could look into this API: https://learn.microsoft.com/en-us/rest/api/fabric/core/job-scheduler/get-item-job-instance?tabs=HTTP

Run time = Last refresh date and time I want.

Houston-ho
Advocate I
Advocate I

have you try to use a store procedure (custom self logging what you want, pipeline name, start run timestamp, etc.) as the first step of your pipeline? There may be a few seconds delay for the real pipeline run start time and the time of executing the SP. Not sure if that could fit your needs 100%.

Run time = Last refresh date and time I want.

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.